summaryrefslogtreecommitdiff
path: root/tests/typ/math/syntax.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-13 10:39:45 +0200
committerGitHub <noreply@github.com>2024-04-13 08:39:45 +0000
commit020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch)
treec0027ad22046e2726c22298461327823d6b88d53 /tests/typ/math/syntax.typ
parent72dd79210602ecc799726fc096b078afbb47f299 (diff)
Better test runner (#3922)
Diffstat (limited to 'tests/typ/math/syntax.typ')
-rw-r--r--tests/typ/math/syntax.typ22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ
deleted file mode 100644
index 503d3031..00000000
--- a/tests/typ/math/syntax.typ
+++ /dev/null
@@ -1,22 +0,0 @@
-// Test math syntax.
-
----
-// Test Unicode math.
-$ ∑_(i=0)^ℕ a ∘ b = \u{2211}_(i=0)^NN a compose b $
-
----
-// Test a few shorthands.
-$ underline(f' : NN -> RR) \
- n |-> cases(
- [|1|] &"if" n >>> 10,
- 2 * 3 &"if" n != 5,
- 1 - 0 thick &...,
- ) $
-
----
-// Test common symbols.
-$ dot \ dots \ ast \ tilde \ star $
-
----
-// Error: 1-2 unclosed delimiter
-$a