summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/accent.typ6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ
index 65ef9d1b..b67614dd 100644
--- a/tests/typ/math/accent.typ
+++ b/tests/typ/math/accent.typ
@@ -2,7 +2,7 @@
---
// Test function call.
-$grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä, \
+$grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä \
breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$
---
@@ -18,5 +18,9 @@ $sqrt(tilde(T)) + hat(f)/hat(g)$
$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) $