git.delta.rocks / jrsonnet / refs/commits / 3ee61c42d34d

difftreelog

source

crates/jrsonnet-evaluator/tests/golden/issue40.jsonnet130 Bsourcehistory
1local conf = {2  n: '',3};45local result = conf {6  assert std.isNumber(self.n) : 'is number',7};89std.manifestJsonEx(result, '')