mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 23:37:13 +02:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
RUNTIME ERROR: Expected an integer, but got 2.5
|
|
-------------------------------------------------
|
|
testdata/std.makeArray_noninteger:1:1-34 builtin function <makeArray>
|
|
|
|
std.makeArray(2.5, function(i) i)
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|