Files
wyczarujprezent.pl/modules/inpostshipping/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml
2024-10-28 22:14:22 +01:00

12 lines
138 B
YAML

--- %YAML:1.0
test: Miscellaneous
spec: 2.21
yaml: |
true: true
false: false
php: |
[
'true' => true,
'false' => false,
]