From 63cf36149635156013f0324b660bf4d362beb87f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 25 Jun 2021 18:14:19 +0200 Subject: Make font take everything as keyword arguments --- tests/typ/code/call.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code') 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. -- cgit v1.2.3