mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-15 18:31:27 +02: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
|
|
|
|
|