diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2023-11-27 16:03:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 16:03:11 +0100 |
| commit | 76c5ca051e9c784e919e0b85155d147388e8e3d7 (patch) | |
| tree | 915d0e65114d3c47f19102e4c25a7e4b24af5501 /tests | |
| parent | 1845e7c4f2692a998a2879601db518847117a7e2 (diff) | |
Fix trailing comma of function call in math mode (#2772)
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,) $ |
