aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests
diff options
context:
space:
mode:
authorLibravatar René Kijewski <rene.kijewski@fu-berlin.de>2023-09-28 17:14:31 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-09-28 17:28:26 +0200
commiteef38cea67d98249b3e0720961ac119f5c7858b0 (patch)
tree79a13a6d0d325b4a1551c448d98d9b8a479c5bf3 /testing/tests
parent238e4bbad7712ccc3a3ea4a5b09c63bd147c692e (diff)
downloadaskama-eef38cea67d98249b3e0720961ac119f5c7858b0.tar.gz
askama-eef38cea67d98249b3e0720961ac119f5c7858b0.tar.bz2
askama-eef38cea67d98249b3e0720961ac119f5c7858b0.zip
Pass `Node` parsing level to expressions
Diffstat (limited to 'testing/tests')
-rw-r--r--testing/tests/ui/excessive_nesting.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ui/excessive_nesting.stderr b/testing/tests/ui/excessive_nesting.stderr
index d83cd3b..f8f48ec 100644
--- a/testing/tests/ui/excessive_nesting.stderr
+++ b/testing/tests/ui/excessive_nesting.stderr
@@ -1,5 +1,5 @@
-error: problems parsing template source at row 8, column 36 near:
- "{%if 1%}{%if 1%}{%if 1%}{%if 1%}{%if 1%}"...
+error: problems parsing template source at row 14, column 34 near:
+ "%}{%if 1%}{%if 1%}{%if 1%}{%if 1%}{%if 1"...
--> tests/ui/excessive_nesting.rs:3:10
|
3 | #[derive(Template)]