databricks-cli/libs/dyn/yamlloader/testdata
Pieter Noordhuis dedec58e41
Add behavioral tests for examples from the YAML spec (#1835)
## Changes

I took the examples from https://yaml.org/spec/1.2.2.

The required modifications to the loader are:
* Correctly parse floating point infinities and NaN
* Correctly parse octal numbers per the YAML 1.2 spec
* Treat "null" keys in a map as valid

## Tests

Existing and new unit tests pass.
2024-10-17 13:13:30 +00:00
..
anchor_01.yml
anchor_02.yml
anchor_03.yml
anchor_04.yml
anchor_05.yml
anchor_06.yml
anchor_07.yml
anchor_08.yml
empty.yml
error_01.yml
error_02.yml
error_03.yml
mix_01.yml
mix_02.yml
spec_example_2.1.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.2.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.3.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.4.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.5.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.6.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.7.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.8.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.9.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.10.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.11.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.12.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.13.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.14.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.15.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.16.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.17.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.18.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.19.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.20.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.21.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.22.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.23.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.24.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.25.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.26.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.27.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00
spec_example_2.28.yml Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00