From 76c5ca051e9c784e919e0b85155d147388e8e3d7 Mon Sep 17 00:00:00 2001 From: T0mstone <39707032+T0mstone@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:03:11 +0100 Subject: Fix trailing comma of function call in math mode (#2772) --- tests/ref/math/call.png | Bin 0 -> 1972 bytes tests/typ/math/call.typ | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/math/call.png create mode 100644 tests/typ/math/call.typ (limited to 'tests') diff --git a/tests/ref/math/call.png b/tests/ref/math/call.png new file mode 100644 index 00000000..907a1a2b Binary files /dev/null and b/tests/ref/math/call.png differ 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,) $ -- cgit v1.2.3