diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/accent.png | bin | 5794 -> 6686 bytes | |||
| -rw-r--r-- | tests/typ/math/accent.typ | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ref/math/accent.png b/tests/ref/math/accent.png Binary files differindex c67e0912..bea94cab 100644 --- a/tests/ref/math/accent.png +++ b/tests/ref/math/accent.png 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) $ |
