summaryrefslogtreecommitdiff
path: root/tests/typ/text/shift.typ
diff options
context:
space:
mode:
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))]],
)
---