mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
21 lines
513 B
Plaintext
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
|
|
|
|
|