mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
error: unexpected argument(s) in `json` filter
|
|
--> OneTwoThree.txt:1:3
|
|
"1|json(2, 3) }}"
|
|
--> tests/ui/json-too-many-args.rs:6:34
|
|
|
|
|
6 | #[template(ext = "txt", source = "{{ 1|json(2, 3) }}")]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|