mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
16 lines
383 B
Plaintext
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
|
|
|
|
|