diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-25 18:14:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-25 18:14:19 +0200 |
| commit | 63cf36149635156013f0324b660bf4d362beb87f (patch) | |
| tree | 252d63dafe6da81e04d8b3c0f2aadde29c2c41e7 /tests/typ/code/call.typ | |
| parent | ef279fa6673ebf7aaf5bfb26354db66d6dcec302 (diff) | |
Make font take everything as keyword arguments
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. |
