summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 13:45:05 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 13:45:05 +0200
commit68b365b35197dd2f7aca04f7fa9d712f7cee621d (patch)
treea92e3c1ea00901c45dadc294fb70a22e2528253d /tests/typ/math
parent8fb225feb4a10a916c239faaa130cf5aae164284 (diff)
Fix newline in text in math
Fixes #1948
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/content.typ10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/math/content.typ b/tests/typ/math/content.typ
index 49f39733..e04ebb30 100644
--- a/tests/typ/math/content.typ
+++ b/tests/typ/math/content.typ
@@ -21,11 +21,11 @@ $#here[f] := #here[Hi there]$.
---
// Test boxes without a baseline act as if the baseline is at the base
#{
- box(stroke: 0.2pt, $a #box(stroke: 0.2pt, $a$)$)
- h(12pt)
- box(stroke: 0.2pt, $a #box(stroke: 0.2pt, $g$)$)
- h(12pt)
- box(stroke: 0.2pt, $g #box(stroke: 0.2pt, $g$)$)
+ box(stroke: 0.2pt, $a #box(stroke: 0.2pt, $a$)$)
+ h(12pt)
+ box(stroke: 0.2pt, $a #box(stroke: 0.2pt, $g$)$)
+ h(12pt)
+ box(stroke: 0.2pt, $g #box(stroke: 0.2pt, $g$)$)
}
---