summaryrefslogtreecommitdiff
path: root/tests/typ/text/shift.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-12 18:58:39 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-12 19:57:28 +0100
commit3ffa7393f0632d9ee5dd9c821685a1a033d5c0ab (patch)
treeaf09b0683352c4028436a2e5251dce54cf41d4aa /tests/typ/text/shift.typ
parentf4856c18b9cf3f6952276cc61b557aebeb2fa651 (diff)
Make all nodes block-level
Diffstat (limited to 'tests/typ/text/shift.typ')
-rw-r--r--tests/typ/text/shift.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/shift.typ b/tests/typ/text/shift.typ
index 6fe31bec..2b1b8984 100644
--- a/tests/typ/text/shift.typ
+++ b/tests/typ/text/shift.typ
@@ -4,8 +4,8 @@
#table(
columns: 3,
[Typo.], [Fallb.], [Synth],
- [x#super[1]], [x#super[5n]], [x#super[2 #square(size: 6pt)]],
- [x#sub[1]], [x#sub[5n]], [x#sub[2 #square(size: 6pt)]],
+ [x#super[1]], [x#super[5n]], [x#super[2 #box(square(size: 6pt))]],
+ [x#sub[1]], [x#sub[5n]], [x#sub[2 #box(square(size: 6pt))]],
)
---