databricks-cli/libs/dyn/dynassert
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
..
assert.go Define `dyn.Mapping` to represent maps (#1301) 2024-03-25 11:01:09 +00:00
assert_test.go Define `dyn.Mapping` to represent maps (#1301) 2024-03-25 11:01:09 +00:00
dump.go Add behavioral tests for examples from the YAML spec (#1835) 2024-10-17 13:13:30 +00:00