mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
error: expected `endfor` to terminate `for` node, found `endfo`
|
|
--> <source attribute>:1:26
|
|
"endfo%}\n1234567890123456789012345678901234567890"
|
|
--> tests/ui/typo_in_keyword.rs:5:14
|
|
|
|
|
5 | source = "{%for i in 1..=10%}{{i}}{%endfo%}\n1234567890123456789012345678901234567890",
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|