mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 23:37:13 +02:00
This includes the stdlib additions in https://github.com/google/jsonnet/pull/1187 Also updates golden files for go-jsonnet tests; the changes to the goldens are mostly changes to error locations from the standard library.
16 lines
389 B
Plaintext
16 lines
389 B
Plaintext
RUNTIME ERROR: Assertion failed. {"x": 1} != {"x": 2}
|
|
-------------------------------------------------
|
|
<std>:850:7-56 function <anonymous>
|
|
|
|
error 'Assertion failed. ' + astr + ' != ' + bstr,
|
|
|
|
-------------------------------------------------
|
|
testdata/assert_equal4:1:1-32 $
|
|
|
|
std.assertEqual({x: 1}, {x: 2})
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|