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

21 lines
299 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
2025-04-27 09:27:04 +02:00
var2: # the second variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var3: # the third variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var4: value # the forth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var5: value # the fifth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var6: value # the sixth variable
2025-09-29 11:30:23 +02:00
var7: '8080' # the seventh variable
var8: 'true' # the height variable
2025-04-27 09:27:04 +02:00
...