summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-29 12:57:26 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-29 13:09:00 +0100
commitaa23198ad985c916ec9debbc509f7613c9a6824e (patch)
tree4d6c91bd8ebb165c57ce583e4a9fb20767aef274 /tests
parentb9d025de839745158946b858c5c1f2a51e255475 (diff)
A little less route nesting
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/compiler/recursion.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/recursion.typ b/tests/typ/compiler/recursion.typ
index 461680ab..ef5ea7e6 100644
--- a/tests/typ/compiler/recursion.typ
+++ b/tests/typ/compiler/recursion.typ
@@ -44,8 +44,8 @@
---
// Test cyclic imports during layout.
-// Error: 2-38 maximum layout depth exceeded
-// Hint: 2-38 try to reduce the amount of nesting in your layout
+// Error: 14-37 maximum layout depth exceeded
+// Hint: 14-37 try to reduce the amount of nesting in your layout
#layout(_ => include "recursion.typ")
---