go-jsonnet/testdata/builtinSplitLimitR5.golden
2024-06-09 19:25:22 +01:00

11 lines
291 B
Plaintext

RUNTIME ERROR: std.splitLimitR third parameter should be -1 or non-negative, got -2
-------------------------------------------------
testdata/builtinSplitLimitR5:1:1-44 $
std.splitLimitR('foo,bar,baz,qux', ',', -2)
-------------------------------------------------
During evaluation