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

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