summaryrefslogtreecommitdiff
path: root/tests/suite/math/syntax.typ
diff options
context:
space:
mode:
authorMax <me@mkor.je>2025-02-23 11:28:24 +0000
committerGitHub <noreply@github.com>2025-02-23 11:28:24 +0000
commit55bc5f4c940c86377f1ffe25b42fdb01a6827358 (patch)
tree2c90aa5371ea1b1c892ff3e1a7cf68e0852ca82d /tests/suite/math/syntax.typ
parent240f238eee4d6dfce7e3c4cabb9315ad052ca230 (diff)
Make math shorthands noncontinuable (#5925)
Diffstat (limited to 'tests/suite/math/syntax.typ')
-rw-r--r--tests/suite/math/syntax.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/math/syntax.typ b/tests/suite/math/syntax.typ
index cd1124c3..7091d908 100644
--- a/tests/suite/math/syntax.typ
+++ b/tests/suite/math/syntax.typ
@@ -13,6 +13,11 @@ $ underline(f' : NN -> RR) \
1 - 0 thick &...,
) $
+--- math-shorthands-noncontinuable ---
+// Test that shorthands are not continuable.
+$ x >=(y) / z \
+ x >= (y) / z $
+
--- math-common-symbols ---
// Test common symbols.
$ dot \ dots \ ast \ tilde \ star $