go-jsonnet/testdata/std.join6.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
30 B
Jsonnet

std.join("xxx", ["aa", "bb"])