summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-29 18:00:28 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-29 18:00:28 +0100
commit0911c709a8cc819946f8099af6d2e4bffef505a6 (patch)
tree5b2e106fd641dce9778e6975572ed16032df5819 /tests
parente4e888b9ce361616545da319170c61d2d8878a59 (diff)
Fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/style.pngbin15257 -> 14389 bytes
-rw-r--r--tests/ref/math/syntax.pngbin54023 -> 54019 bytes
-rw-r--r--tests/typ/math/style.typ2
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/math/style.png b/tests/ref/math/style.png
index 839743bd..2ac74cb4 100644
--- a/tests/ref/math/style.png
+++ b/tests/ref/math/style.png
Binary files differ
diff --git a/tests/ref/math/syntax.png b/tests/ref/math/syntax.png
index ce83f9f2..2f0a40b6 100644
--- a/tests/ref/math/syntax.png
+++ b/tests/ref/math/syntax.png
Binary files differ
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ
index 4a4cfe16..38d6e2d5 100644
--- a/tests/typ/math/style.typ
+++ b/tests/typ/math/style.typ
@@ -1,4 +1,4 @@
-#let part = $ a b A B $
+#let part = $ a B pi Delta $
#let kinds = (math.serif, math.sans, math.cal, math.frak, math.mono, math.bb)
#let modifiers = (v => v, math.italic, math.bold, v => math.italic(math.bold(v)))