diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-01-05 13:08:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 18:08:27 +0000 |
| commit | a124694f08d9e1592b5d4a69ff7ad293bd248f82 (patch) | |
| tree | 6965057e18bb79afff7a88cdf738dacf1a6cb72d /tests/typ/math | |
| parent | d52ae4bd480b3eaa58b6bb0cf53dc5301d222cc1 (diff) | |
Ignore weak HElem at the beginning and end of an LR group (#2950)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/delimited.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/math/delimited.typ b/tests/typ/math/delimited.typ index ba623b34..8500aec2 100644 --- a/tests/typ/math/delimited.typ +++ b/tests/typ/math/delimited.typ @@ -51,3 +51,9 @@ $ { x mid(|) sum_(i=1)^oo phi_i (x) < 1 } \ { integral |x| dif x mid(bar.v.double) floor(hat(A) mid(|) { x mid(|) y } mid(|) A) } $ + +--- +// Test ignoring weak spacing immediately after the opening +// and immediately before the closing. + +$ [#h(1em, weak: true)A(dif x, f(x) dif x)sum#h(1em, weak: true)] $ |
