jrsonnet
refs/commits
6fbe7c61b4ca
tests/golden/issue40.jsonnet
1local conf = {2 n: '',3};45local result = conf {6 assert std.isNumber(self.n) : 'is number',7};89std.manifestJsonEx(result, '')