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 Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_02.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_03.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_04.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_05.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_06.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_07.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
anchor_08.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
empty.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
error_01.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
error_02.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
error_03.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
mix_01.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
mix_02.yml Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
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