mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +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
379 B
Plaintext
16 lines
379 B
Plaintext
RUNTIME ERROR: Assertion failed. "\n " != "\n"
|
|
-------------------------------------------------
|
|
<std>:850:7-56 function <anonymous>
|
|
|
|
error 'Assertion failed. ' + astr + ' != ' + bstr,
|
|
|
|
-------------------------------------------------
|
|
testdata/assert_equal5:1:1-29 $
|
|
|
|
std.assertEqual("\n ", "\n")
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|