diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-31 22:41:06 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-31 22:41:06 +0200 |
| commit | fbd3d191137aac8188ab8c6503d257d65d873972 (patch) | |
| tree | 60bc7039d226b1515dec19c6c8dc5a3306452cc7 /tests/typ/layout | |
| parent | e35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d (diff) | |
Call args span now includes parens
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/spacing.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/spacing.typ b/tests/typ/layout/spacing.typ index ec520063..bd670edb 100644 --- a/tests/typ/layout/spacing.typ +++ b/tests/typ/layout/spacing.typ @@ -15,5 +15,5 @@ Relative #h(100%) spacing --- // Missing spacing. -// Error: 12 missing argument: spacing +// Error: 11-13 missing argument: spacing Totally #h() ignored |
