go-jsonnet/testdata/std.flatmap5.golden
Dave Cunningham 2973e24152
Internal refactor to improve performance (#225)
* Internal refactor to improve performance
2018-06-01 10:52:20 -04:00

21 lines
513 B
Plaintext

RUNTIME ERROR: a
-------------------------------------------------
testdata/std.flatmap5:1:21-28 function <failWith>
local failWith(x) = error x;
-------------------------------------------------
testdata/std.flatmap5:2:10-48 builtin function <flatMap>
std.type(std.flatMap(failWith, ["a", "b", "c"]))
-------------------------------------------------
testdata/std.flatmap5:2:1-49 $
std.type(std.flatMap(failWith, ["a", "b", "c"]))
-------------------------------------------------
During evaluation