diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/suite/math/accent.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/suite/math/accent.typ')
| -rw-r--r-- | tests/suite/math/accent.typ | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/suite/math/accent.typ b/tests/suite/math/accent.typ new file mode 100644 index 00000000..9f57d69b --- /dev/null +++ b/tests/suite/math/accent.typ @@ -0,0 +1,33 @@ +// Test math accents. + +--- math-accent-sym-call --- +// Test function call. +$grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä \ + breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$ + +--- math-accent-align --- +$ x &= p \ dot(x) &= v \ dot.double(x) &= a \ dot.triple(x) &= j \ dot.quad(x) &= s $ + +--- math-accent-func --- +// Test `accent` function. +$accent(ö, .), accent(v, <-), accent(ZZ, \u{0303})$ + +--- math-accent-bounds --- +// Test accent bounds. +$sqrt(tilde(T)) + hat(f)/hat(g)$ + +--- math-accent-wide-base --- +// Test wide base. +$arrow("ABC" + d), tilde(sum)$ + +--- math-accent-superscript --- +// Test effect of accent on superscript. +$A^x != hat(A)^x != hat(hat(A))^x$ + +--- math-accent-high-base --- +// Test high base. +$ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $ + +--- math-accent-sized --- +// Test accent size. +$tilde(sum), tilde(sum, size: #50%), accent(H, hat, size: #200%)$ |
