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

43 lines
509 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
var1:
description: the first variable
test:
- test
var2:
description: the second variable
test:
- test
default: value
var3:
description: the third variable
test:
- test1
- test2
var4:
description: the forth variable
test:
2025-04-27 09:27:04 +02:00
- null
2024-12-23 20:54:52 +01:00
- test1
- test2
mandatory: false
var5:
description: the fifth variable
test:
- false
default: true
var6:
description: the sixth variable
test:
- test1
- test2
multi: true
2025-04-27 09:27:04 +02:00
...