rougail-output-formatter/tests/results/01_6boolean_multi/rougail/00-base.yml

29 lines
342 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: # the first variable
2024-12-23 20:54:52 +01:00
- true
2025-04-27 09:27:04 +02:00
var2: # the second variable
2024-12-23 20:54:52 +01:00
- true
2025-04-27 09:27:04 +02:00
var3: # the third variable
2024-12-23 20:54:52 +01:00
- true
2025-04-27 09:27:04 +02:00
var4: # the forth variable
2024-12-23 20:54:52 +01:00
- false
2025-04-27 09:27:04 +02:00
var5: # the fifth variable
2024-12-23 20:54:52 +01:00
- false
2025-04-27 09:27:04 +02:00
var6: # the sixth variable
2024-12-23 20:54:52 +01:00
- false
2025-04-27 09:27:04 +02:00
var7: # the seventh variable
2024-12-23 20:54:52 +01:00
- true
2025-04-27 09:27:04 +02:00
var8: # the eighth variable
2024-12-23 20:54:52 +01:00
- true
2025-04-27 09:27:04 +02:00
...