mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-05 12:06:11 +02:00
11 lines
291 B
Plaintext
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
|
|
|
|
|