diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/math/accent.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ index b67614dd..ff1f87c1 100644 --- a/tests/typ/math/accent.typ +++ b/tests/typ/math/accent.typ @@ -6,6 +6,10 @@ $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})$ |
