diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-02-25 15:09:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 14:09:52 +0000 |
| commit | 2eef9e84e117670ea0db964a5a8addc89e0ee785 (patch) | |
| tree | 2cb773fbd67860cbca584bcd37476ad7be5ac007 /tests/suite/scripting/recursion.typ | |
| parent | d11ad80dee669c5e2285ca8df8ebc99abc031ccd (diff) | |
Improve hints for show rule recursion depth (#5856)
Diffstat (limited to 'tests/suite/scripting/recursion.typ')
| -rw-r--r-- | tests/suite/scripting/recursion.typ | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/suite/scripting/recursion.typ b/tests/suite/scripting/recursion.typ index 6be96c1e..e92b67fb 100644 --- a/tests/suite/scripting/recursion.typ +++ b/tests/suite/scripting/recursion.typ @@ -44,18 +44,21 @@ --- recursion-via-include-in-layout --- // Test cyclic imports during layout. // Error: 2-38 maximum show rule depth exceeded -// Hint: 2-38 check whether the show rule matches its own output +// Hint: 2-38 maybe a show rule matches its own output +// Hint: 2-38 maybe there are too deeply nested elements #layout(_ => include "recursion.typ") --- recursion-show-math --- // Test recursive show rules. // Error: 22-25 maximum show rule depth exceeded -// Hint: 22-25 check whether the show rule matches its own output +// Hint: 22-25 maybe a show rule matches its own output +// Hint: 22-25 maybe there are too deeply nested elements #show math.equation: $x$ $ x $ --- recursion-show-math-realize --- // Error: 22-33 maximum show rule depth exceeded -// Hint: 22-33 check whether the show rule matches its own output +// Hint: 22-33 maybe a show rule matches its own output +// Hint: 22-33 maybe there are too deeply nested elements #show heading: it => heading[it] $ #heading[hi] $ |
