google / jsonnet

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

Add test case for YAML parsing a version number #1135

Closed johnbartholomew closed 5 months ago

johnbartholomew commented 5 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).