summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/call.typ7
1 files changed, 7 insertions, 0 deletions
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,) $