diff options
Diffstat (limited to 'tests/typ')
| -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)] $ |
