From 55bc5f4c940c86377f1ffe25b42fdb01a6827358 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Feb 2025 11:28:24 +0000 Subject: Make math shorthands noncontinuable (#5925) --- tests/ref/math-shorthands-noncontinuable.png | Bin 0 -> 475 bytes tests/suite/math/syntax.typ | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 tests/ref/math-shorthands-noncontinuable.png (limited to 'tests') diff --git a/tests/ref/math-shorthands-noncontinuable.png b/tests/ref/math-shorthands-noncontinuable.png new file mode 100644 index 00000000..2f1ad1d1 Binary files /dev/null and b/tests/ref/math-shorthands-noncontinuable.png differ 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 $ -- cgit v1.2.3