diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/code/call.png | bin | 1865 -> 2397 bytes | |||
| -rw-r--r-- | tests/typ/code/call.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png Binary files differindex f5e19783..bd6f22f3 100644 --- a/tests/ref/code/call.png +++ b/tests/ref/code/call.png diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index ffd91769..5ab0252c 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -20,6 +20,11 @@ #f()[A] #f([A]) +#let g(a, b) = a + b +#g[A][B] +#g([A], [B]) +#g()[A][B] + --- // Trailing comma. #test(1 + 1, 2,) |
