diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-29 12:57:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-29 13:09:00 +0100 |
| commit | aa23198ad985c916ec9debbc509f7613c9a6824e (patch) | |
| tree | 4d6c91bd8ebb165c57ce583e4a9fb20767aef274 /tests/typ/compiler/recursion.typ | |
| parent | b9d025de839745158946b858c5c1f2a51e255475 (diff) | |
A little less route nesting
Diffstat (limited to 'tests/typ/compiler/recursion.typ')
| -rw-r--r-- | tests/typ/compiler/recursion.typ | 4 |
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") --- |
