go-jsonnet/testdata/assert_equal4.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

16 lines
383 B
Plaintext

RUNTIME ERROR: Assertion failed. {"x": 1} != {"x": 2}
-------------------------------------------------
<std>:814:7-50 function <anonymous>
error 'Assertion failed. ' + a + ' != ' + b,
-------------------------------------------------
testdata/assert_equal4:1:1-32 $
std.assertEqual({x: 1}, {x: 2})
-------------------------------------------------
During evaluation