jrsonnet
refs/commits
a7e4b59c444f
tests/suite/object_fields.jsonnet
1local a = 'a', b = null;2std.assertEqual({ [a]: 2 }, { a: 2 }) &&3std.assertEqual({ [b]: 2 }, {}) &&4true