summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorIan Wrzesinski <133046678+wrzian@users.noreply.github.com>2025-01-23 07:27:38 -0500
committerGitHub <noreply@github.com>2025-01-23 12:27:38 +0000
commitf7bd03dd76533cda2d2626d6470d3bb55e03b012 (patch)
tree9b6ed1b911ea6a5916a4b7b7d42248593afd7f5e /tests/suite
parentb3fb6c2326ac6d585cc17d1f643bc06e076be042 (diff)
Fix delimiter unparen syntax (#5739)
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/math/delimited.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/math/delimited.typ b/tests/suite/math/delimited.typ
index 22674050..ca82427d 100644
--- a/tests/suite/math/delimited.typ
+++ b/tests/suite/math/delimited.typ
@@ -125,3 +125,11 @@ $ lr(size: #3em, |)_a^b lr(size: #3em, zws|)_a^b
--- issue-4188-lr-corner-brackets ---
// Test positioning of U+231C to U+231F
$⌜a⌟⌞b⌝$ = $⌜$$a$$⌟$$⌞$$b$$⌝$
+
+--- math-lr-unparen ---
+// Test that unparen with brackets stays as an LrElem.
+#let item = $limits(sum)_i$
+$
+ 1 / ([item]) quad
+ 1 / [item]
+$