go-jsonnet/testdata/std.join8.jsonnet
Stanisław Barzowski 8ade994928 Efficient native implementation of std.join
It changes the behavior slightly - mixing strings
and arrays in join is no longer allowed.
2017-12-13 18:09:56 -05:00

2 lines
33 B
Jsonnet

std.join([3, 4], [[1, 2], "56"])