summaryrefslogtreecommitdiff
path: root/tests/typ/math/accent.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math/accent.typ')
-rw-r--r--tests/typ/math/accent.typ33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ
deleted file mode 100644
index 315e14b3..00000000
--- a/tests/typ/math/accent.typ
+++ /dev/null
@@ -1,33 +0,0 @@
-// Test math accents.
-
----
-// Test function call.
-$grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä \
- breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$
-
----
-$ x &= p \ dot(x) &= v \ dot.double(x) &= a \ dot.triple(x) &= j \ dot.quad(x) &= s $
-
----
-// Test `accent` function.
-$accent(ö, .), accent(v, <-), accent(ZZ, \u{0303})$
-
----
-// Test accent bounds.
-$sqrt(tilde(T)) + hat(f)/hat(g)$
-
----
-// Test wide base.
-$arrow("ABC" + d), tilde(sum)$
-
----
-// Test effect of accent on superscript.
-$A^x != hat(A)^x != hat(hat(A))^x$
-
----
-// Test high base.
-$ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $
-
----
-// Test accent size.
-$tilde(sum), tilde(sum, size: #50%), accent(H, hat, size: #200%)$