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