mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
RUNTIME ERROR: Expected an integer, but got 1e+100
|
|
-------------------------------------------------
|
|
testdata/std.makeArray_noninteger_big:1:1-36 builtin function <makeArray>
|
|
|
|
std.makeArray(1e100, function(i) i)
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|