diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/ui/name_mismatch_endblock.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/ui/name_mismatch_endblock.stderr b/testing/tests/ui/name_mismatch_endblock.stderr index 2cd7aaf..958c413 100644 --- a/testing/tests/ui/name_mismatch_endblock.stderr +++ b/testing/tests/ui/name_mismatch_endblock.stderr @@ -1,4 +1,5 @@ -error: problems parsing template source at row 1, column 27 near: +error: expected name `foo` in `endblock` tag, found `not_foo` + problems parsing template source at row 1, column 27 near: "not_foo %}" --> tests/ui/name_mismatch_endblock.rs:3:10 | |