summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2024-11-12 15:44:45 +0300
committerGitHub <noreply@github.com>2024-11-12 12:44:45 +0000
commitcb8eaddf980fae6b434e89ebbc061a07ce2f8535 (patch)
tree8012067206af5ab62c7dbacebd640eb23a7c13ef /tests
parent19bde34876e7a1fb509138ed195f5508bce99f91 (diff)
Removed deprecated `diff` symbol (#5388)
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/math/style.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/math/style.typ b/tests/suite/math/style.typ
index e21cd4fd..1fa2695e 100644
--- a/tests/suite/math/style.typ
+++ b/tests/suite/math/style.typ
@@ -2,13 +2,13 @@
--- math-style-italic-default ---
// Test italic defaults.
-$a, A, delta, ϵ, diff, Delta, ϴ$
+$a, A, delta, ϵ, partial, Delta, ϴ$
--- math-style ---
// Test forcing a specific style.
$A, italic(A), upright(A), bold(A), bold(upright(A)), \
serif(A), sans(A), cal(A), frak(A), mono(A), bb(A), \
- italic(diff), upright(diff), \
+ italic(partial), upright(partial), \
bb("hello") + bold(cal("world")), \
mono("SQRT")(x) wreath mono(123 + 456)$