mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
24 lines
784 B
Plaintext
24 lines
784 B
Plaintext
error: failed to parse template source
|
|
--> testing/templates/invalid_syntax.html:1:14
|
|
"}"
|
|
--> tests/ui/error_file_path.rs:4:19
|
|
|
|
|
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:19
|
|
|
|
|
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")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|