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