summaryrefslogtreecommitdiff
path: root/tests/typ/code/call.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-25 18:14:19 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-25 18:14:19 +0200
commit63cf36149635156013f0324b660bf4d362beb87f (patch)
tree252d63dafe6da81e04d8b3c0f2aadde29c2c41e7 /tests/typ/code/call.typ
parentef279fa6673ebf7aaf5bfb26354db66d6dcec302 (diff)
Make font take everything as keyword arguments
Diffstat (limited to 'tests/typ/code/call.typ')
-rw-r--r--tests/typ/code/call.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ
index 76953580..5351eb29 100644
--- a/tests/typ/code/call.typ
+++ b/tests/typ/code/call.typ
@@ -24,7 +24,7 @@
#test(alias(alias), "function")
// Library function `font` returns template.
-#test(type(font(12pt)), "template")
+#test(type(font(size: 12pt)), "template")
---
// Callee expressions.