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