diff options
Diffstat (limited to 'tests/typ/code/call.typ')
| -rw-r--r-- | tests/typ/code/call.typ | 2 |
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. |
