git.delta.rocks / jrsonnet / refs/heads / master

difftreelog

source

tests/suite/comp_eager_array_body_capture.jsonnet157 Bsourcehistory
1std.assertEqual([[v] for v in ['a', 'b']], [['a'], ['b']])2&& std.assertEqual(std.flattenArrays([[{ x: v }] for v in ['a', 'b']]), [{ x: 'a' }, { x: 'b' }])