mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-08 18:01:28 +01:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
RUNTIME ERROR: xxx
|
|
-------------------------------------------------
|
|
testdata/tailstrict3:1:16-27 function <foo>
|
|
|
|
local foo(x, y=error "xxx")=x;
|
|
|
|
-------------------------------------------------
|
|
testdata/tailstrict3:2:1-8 $
|
|
|
|
foo(42) tailstrict
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|