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