diff options
| author | damaxwell <damaxwell@alaska.edu> | 2023-08-05 02:01:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 12:01:53 +0200 |
| commit | ad55755f33d2e5a386717e3af2f7b1a52db6ad87 (patch) | |
| tree | b1bd58b7f2f14e87b8a988edd6ef3b4cbab2d74e /tests/typ/math | |
| parent | b8b0137504d388efbe2d1ba5082c0dcabcd8bc8a (diff) | |
Correct spacing between closing delimiter and large operators (#1857)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/spacing.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/spacing.typ b/tests/typ/math/spacing.typ index 132477f7..87bfb002 100644 --- a/tests/typ/math/spacing.typ +++ b/tests/typ/math/spacing.typ @@ -13,7 +13,7 @@ $sum x, sum(x)$ \ $sum product x$ \ $f(x), zeta(x), "frac"(x)$ \ $a+dots.c+b$ - +$f(x) sin(y)$ --- // Test ignored vs non-ignored spaces. $f (x), f(x)$ \ |
