Closed rudo-thomas closed 1 hour ago
Problem: std.manifestJsonMinified was producing newlines in empty arrays or empty objects:
$ jsonnet -e 'std.manifestJsonMinified({a:[],b:{}})' "{\"a\":[],\"b\":{}}" $ sjsonnet-0.4.10 -e 'std.manifestJsonMinified({a:[],b:{}})' "{\"a\":[\n],\"b\":{\n}}"
Fix that and update the tests too.
Problem: std.manifestJsonMinified was producing newlines in empty arrays or empty objects:
Fix that and update the tests too.