From c3281e353d8192e6425f903216eeb6ecf9dd39fc Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 23 Oct 2023 21:15:08 +0200 Subject: Improve error for invalid name used in `endblock` --- testing/tests/ui/name_mismatch_endblock.stderr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/tests') 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 | -- cgit