go-jsonnet/testdata/tailstrict3.golden
Dave Cunningham b6ee2c2f51
String token end location off-by-one error (#139)
* String token end location off-by-one error
2017-11-03 21:36:31 -04:00

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