From 7e18d98fd5294df82a1a2649aa242598066e15ee Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 03 May 2026 02:15:08 +0000 Subject: [PATCH] test: parseYaml library no longer produces redundant locations --- --- a/tests/cpp_test_suite_golden_override/error.std_parseYaml1.jsonnet.golden +++ b/tests/cpp_test_suite_golden_override/error.std_parseYaml1.jsonnet.golden @@ -1,6 +1,6 @@ -runtime error: failed to parse yaml: error: line 1 column 5: mapping values are not allowed in this context at line 1, column 5 +runtime error: failed to parse yaml: error: line 1 column 5: mapping values are not allowed in this context --> :1:5 | 1 | a: b: - | ^ mapping values are not allowed in this context at line 1, column 5 + | ^ mapping values are not allowed in this context error.std_parseYaml1.jsonnet:1:14-24: function call \ No newline at end of file -- gitstuff