askama/testing/tests/ui/terminator-operator.stderr
Guillaume Gomez 57554f3d42 Update tests
2025-07-20 16:27:23 +02:00

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="")]
| ^^^^^^^^^^^^^^^^^^