summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorTobias Schmitz <tobiasschmitz2001@gmail.com>2025-05-12 10:06:18 +0200
committerGitHub <noreply@github.com>2025-05-12 08:06:18 +0000
commit54c5113a83d317ed9c37a129ad90165c100bd25d (patch)
treef350bfef161cb1e535076f210610ee549b7a81a6 /tests/suite
parent9b09146a6b5e936966ed7ee73bce9dd2df3810ae (diff)
Catch indefinite loop in realization due to cycle between show and grouping rule (#6259)
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/styling/show.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/styling/show.typ b/tests/suite/styling/show.typ
index e8ddf553..f3d9efd5 100644
--- a/tests/suite/styling/show.typ
+++ b/tests/suite/styling/show.typ
@@ -258,3 +258,11 @@ I am *strong*, I am _emphasized_, and I am #[special<special>].
= Hello
*strong*
+
+--- issue-5690-oom-par-box ---
+// Error: 3:6-5:1 maximum grouping depth exceeded
+#show par: box
+
+Hello
+
+World