go-jsonnet/testdata/assert_equal5.golden
John Bartholomew 74c8d09d4a feat: update cpp-jsonnet and stdlib to latest (unreleased)
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.
2025-01-18 17:12:28 +00:00

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