summaryrefslogtreecommitdiff
path: root/tests/suite/math/accent.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/math/accent.typ')
-rw-r--r--tests/suite/math/accent.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/math/accent.typ b/tests/suite/math/accent.typ
index ab0078a5..ecc0588c 100644
--- a/tests/suite/math/accent.typ
+++ b/tests/suite/math/accent.typ
@@ -50,3 +50,11 @@ $hat(i), hat(i, dotless: #false), accent(j, tilde), accent(j, tilde, dotless: #f
--- math-accent-dotless-set-rule ---
#set math.accent(dotless: false)
$ hat(i) $
+
+--- math-accent-flattened ---
+// Test flattened accent glyph variants.
+#show math.equation: set text(font: "STIX Two Math")
+$hat(a) hat(A)$
+$tilde(w) tilde(W)$
+$grave(i) grave(j)$
+$grave(I) grave(J)$