summaryrefslogtreecommitdiff
path: root/tests/typ/style
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-02 21:55:25 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-03 13:55:58 +0200
commit23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 (patch)
treeaa068b11b9ac0a4795fb6e86bb8283b1d4718e95 /tests/typ/style
parentbeca01c826ee51c9ee6d5eadd7e5ef10f7fb9f58 (diff)
Font fallback
Diffstat (limited to 'tests/typ/style')
-rw-r--r--tests/typ/style/closure.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/closure.typ b/tests/typ/style/closure.typ
index 2c9edd81..22626472 100644
--- a/tests/typ/style/closure.typ
+++ b/tests/typ/style/closure.typ
@@ -23,7 +23,7 @@
)[Level 3]
---
-// Error: 22-26 expected font family or auto or function, found length
+// Error: 22-26 expected string or auto or function, found length
#set heading(family: 10pt)
= Heading
@@ -33,7 +33,7 @@
= Heading
---
-// Error: 22-34 expected font family or auto, found boolean
+// Error: 22-34 expected string or auto, found boolean
#set heading(family: lvl => false)
= Heading