diff options
Diffstat (limited to 'tests/suite/scripting/recursion.typ')
| -rw-r--r-- | tests/suite/scripting/recursion.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/scripting/recursion.typ b/tests/suite/scripting/recursion.typ index 43fe848e..6be96c1e 100644 --- a/tests/suite/scripting/recursion.typ +++ b/tests/suite/scripting/recursion.typ @@ -53,3 +53,9 @@ // Hint: 22-25 check whether the show rule matches its own output #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 +#show heading: it => heading[it] +$ #heading[hi] $ |
