mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
12 lines
673 B
Plaintext
12 lines
673 B
Plaintext
error: closing delimiters may not start with operators. The closing expression delimiter (">>") starts with operator `>`
|
|
--> tests/ui/terminator-operator.rs:4:49
|
|
|
|
|
4 | #[template(source = "<<a>> and <<b>>", config = "issue-128.toml", syntax = "mwe", ext="")]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: closing delimiters may not start with operators. The closing expression delimiter (">>>") starts with operator `>`
|
|
--> tests/ui/terminator-operator.rs:11:49
|
|
|
|
|
11 | #[template(source = "<<a>> and <<b>>", config = "issue-128-2.toml", syntax = "mwe", ext="")]
|
|
| ^^^^^^^^^^^^^^^^^^
|