go-jsonnet/testdata/double_thunk.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

21 lines
511 B
Plaintext

RUNTIME ERROR: xxx
-------------------------------------------------
testdata/double_thunk:1:21-32 thunk <y> from <thunk <x> from <$>>
local x = local y = error "xxx"; y; x
-------------------------------------------------
testdata/double_thunk:1:34-35 thunk <x> from <$>
local x = local y = error "xxx"; y; x
-------------------------------------------------
testdata/double_thunk:1:37-38 $
local x = local y = error "xxx"; y; x
-------------------------------------------------
During evaluation