mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
22 lines
558 B
Plaintext
22 lines
558 B
Plaintext
error: whitespace control is not allowed on `extends`
|
|
--> <source attribute>:1:3
|
|
|
|
|
1 | {%- extends "whatever.html" %}
|
|
| ^ close to this token
|
|
|
|
|
--> tests/ui/extends.rs:5:5
|
|
|
|
|
5 | source = r#"{%- extends "whatever.html" %}"#,
|
|
| ^^^^^^
|
|
|
|
error: whitespace control is not allowed on `extends`
|
|
--> <source attribute>:1:3
|
|
|
|
|
1 | {% extends "whatever.html" -%}
|
|
| ^ close to this token
|
|
|
|
|
--> tests/ui/extends.rs:12:5
|
|
|
|
|
12 | source = r#"{% extends "whatever.html" -%}"#,
|
|
| ^^^^^^
|