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