mirror of https://github.com/databricks/cli.git
dedec58e41
## 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. |
||
---|---|---|
.. | ||
testdata | ||
loader.go | ||
yaml.go | ||
yaml_anchor_test.go | ||
yaml_error_test.go | ||
yaml_mix_test.go | ||
yaml_spec_test.go | ||
yaml_test.go |