Files
drupal11-ddev/vendor/grasmash/yaml-cli/tests/resources/good.yml

13 lines
191 B
YAML
Raw Normal View History

2025-10-08 11:39:17 -04:00
deep-array:
second:
third:
fourth: hello world
flat-array:
- one
- two
- three
null-value: ~
inline-array: [ one, two, three ]
bool-value: true
int-value: 1
float-value: 1.0