diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/call.png | bin | 0 -> 1972 bytes | |||
| -rw-r--r-- | tests/typ/math/call.typ | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/math/call.png b/tests/ref/math/call.png Binary files differnew file mode 100644 index 00000000..907a1a2b --- /dev/null +++ b/tests/ref/math/call.png diff --git a/tests/typ/math/call.typ b/tests/typ/math/call.typ new file mode 100644 index 00000000..0fce1627 --- /dev/null +++ b/tests/typ/math/call.typ @@ -0,0 +1,7 @@ +// Test function calls that aren't typst functions + +--- +$ pi(a) $ +$ pi(a,) $ +$ pi(a,b) $ +$ pi(a,b,) $ |
