google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
7.01k stars 440 forks source link

Add test case for YAML parsing a version number #1135

Closed johnbartholomew closed 9 months ago

johnbartholomew commented 9 months ago

This was failing previously (https://github.com/google/jsonnet/issues/1014) due to a bug in RapidYAML. Should be passing now. Just adding a test case for it (regression test).