summaryrefslogtreecommitdiff
path: root/tests/typ/text/shift.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
commit31f904a2c406953cbce334e02b37a712b9b9d016 (patch)
treec23f6e063864d97afb9b3d58c10ce4c2877106c5 /tests/typ/text/shift.typ
parent4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff)
Split up and document shapes
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 01a83f6e..6fe31bec 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(width: 6pt)]],
- [x#sub[1]], [x#sub[5n]], [x#sub[2 #square(width: 6pt)]],
+ [x#super[1]], [x#super[5n]], [x#super[2 #square(size: 6pt)]],
+ [x#sub[1]], [x#sub[5n]], [x#sub[2 #square(size: 6pt)]],
)
---