go-jsonnet/testdata/percent_format_str4.golden
Hanyu Cui cd59751527
Distinguish go-jsonnet from cpp-jsonnet in version message (#497)
Distinguish the Go implementation in the version message
2021-01-13 20:46:15 +01:00

31 lines
835 B
Plaintext

RUNTIME ERROR: Too many values to format: 2, expected 1
-------------------------------------------------
<std>:684:11-86 function <format_codes_arr>
error ('Too many values to format: ' + std.length(arr) + ', expected ' + j)
-------------------------------------------------
<std>:690:11-59 function <format_codes_arr>
format_codes_arr(codes, arr, i + 1, j, v + code) tailstrict
-------------------------------------------------
<std>:777:7-46 function <anonymous>
format_codes_arr(codes, vals, 0, 0, '')
-------------------------------------------------
<std>:237:7-23 function <anonymous>
std.format(a, b)
-------------------------------------------------
testdata/percent_format_str4:1:1-20
"x %s" % ["y", "z"]
-------------------------------------------------
During evaluation