rougail-output-formatter/tests/results/00_6number/rougail/00-base.yml

17 lines
222 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
2025-04-27 09:27:04 +02:00
var1: 0 # the first variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var2: 0 # the second variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var3: 0 # the third variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var4: 10 # this forth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var5: 10 # the fifth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var6: 10 # the sixth variable
...