Initial Drupal 11 with DDEV setup
This commit is contained in:
13
vendor/grasmash/yaml-cli/tests/resources/good.yml
vendored
Normal file
13
vendor/grasmash/yaml-cli/tests/resources/good.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user