drupal-civicrm/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml

12 lines
143 B
YAML
Raw Normal View History

2018-01-14 15:10:16 +02:00
--- %YAML:1.0
test: Miscellaneous
spec: 2.21
yaml: |
true: true
false: false
php: |
array(
'true' => true,
'false' => false,
)