diff options
Diffstat (limited to 'tests/typ/code/call.typ')
| -rw-r--r-- | tests/typ/code/call.typ | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index dcf11806..76953580 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -57,10 +57,9 @@ #let a = "a" -#args[a] \ #args(a) \ -#args(a, [b]) \ -#args(a)[b] +#args[a] \ +#args(a, [b]) // Template can be argument or body depending on whitespace. #if "template" == type[b] [Sure ] |
