Skip to content

Commit

Permalink
refresh error trace goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Mar 9, 2024
1 parent c16d4a3 commit becdd87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
40 changes: 20 additions & 20 deletions test_suite/error.array_recursive_manifest.jsonnet.golden
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
RUNTIME ERROR: max stack frames exceeded.
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
...
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
error.array_recursive_manifest.jsonnet:17:12 thunk <array_element>
During manifestation
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12 array <anonymous>
error.array_recursive_manifest.jsonnet:17:12
3 changes: 2 additions & 1 deletion test_suite/error.inside_tostring_array.jsonnet.golden
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RUNTIME ERROR: foobar
error.inside_tostring_array.jsonnet:17:8-22 thunk <array_element>
error.inside_tostring_array.jsonnet:17:1-23
error.inside_tostring_array.jsonnet:17:8-22 array <anonymous>
error.inside_tostring_array.jsonnet:17:8-22

0 comments on commit becdd87

Please sign in to comment.