go-jsonnet/testdata/assert_equal4.golden
Stanisław Barzowski 425405da78 Update cpp-jsonnet.
2020-02-09 23:57:46 +01:00

16 lines
383 B
Plaintext

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