askama/testing/tests/ui/error_file_path.stderr
2025-08-06 19:11:26 +02:00

24 lines
716 B
Plaintext

error: failed to parse template source
--> testing/templates/invalid_syntax.html:1:14
"}"
--> tests/ui/error_file_path.rs:4:3
|
4 | #[template(path = "invalid_syntax.html")]
| ^^^^^^^^
error: failed to parse template source
--> testing/templates/invalid_syntax.html:1:14
"}"
--> tests/ui/error_file_path.rs:8:3
|
8 | #[template(path = "include_invalid_syntax.html")]
| ^^^^^^^^
error: failed to parse template source
--> testing/templates/invalid_syntax.html:1:14
"}"
--> tests/ui/error_file_path.rs:12:21
|
12 | #[template(source = r#"{% extends "include_invalid_syntax.html" %}"#, ext = "txt")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^