drupal-civicrm/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml
2018-01-14 13:10:16 +00:00

12 lines
143 B
YAML

--- %YAML:1.0
test: Miscellaneous
spec: 2.21
yaml: |
true: true
false: false
php: |
array(
'true' => true,
'false' => false,
)