summaryrefslogtreecommitdiff
path: root/tests/typ/math/style.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math/style.typ')
-rw-r--r--tests/typ/math/style.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ
index 5089610b..4a4cfe16 100644
--- a/tests/typ/math/style.typ
+++ b/tests/typ/math/style.typ
@@ -2,7 +2,7 @@
#let kinds = (math.serif, math.sans, math.cal, math.frak, math.mono, math.bb)
#let modifiers = (v => v, math.italic, math.bold, v => math.italic(math.bold(v)))
-#let cells = ([:triangle:nested:], [--], [`italic`], [`bold`], [both])
+#let cells = (sym.triangle.nested, [--], [`italic`], [`bold`], [both])
#for kk in kinds {
cells.push(raw(repr(kk).trim("<function ").trim(">")))
for mm in modifiers {