askama/testing/tests/ui/json-too-many-args.stderr
2024-07-30 14:04:19 +02:00

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