askama/testing/tests/ui/name_mismatch_endblock.stderr
2024-07-30 14:04:19 +02:00

8 lines
304 B
Plaintext

error: expected name `foo` in `endblock` tag, found `not_foo`
--> <source attribute>:1:27
"not_foo %}"
--> tests/ui/name_mismatch_endblock.rs:4:21
|
4 | #[template(source = "{% block foo %}{% endblock not_foo %}", ext = "html")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^