From a1f111dfa6b2dd7771addb02d094a39a490d36ac Mon Sep 17 00:00:00 2001 From: Harry Smith <69302535+h-arry-smith@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:04:57 +0700 Subject: Fix hebrew symbol codepoints (#3375) --- tests/ref/math/style.png | Bin 23862 -> 25050 bytes tests/typ/math/style.typ | 4 ++++ 2 files changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/ref/math/style.png b/tests/ref/math/style.png index 8415a28b..5201181e 100644 Binary files a/tests/ref/math/style.png and b/tests/ref/math/style.png differ diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 37b0e6d8..30cb4aa0 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -22,6 +22,10 @@ $a/b, display(a/b), display(a)/display(b), inline(a/b), script(a/b), sscript(a/b // Test a few style exceptions. $h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$ +--- +// Test hebrew exceptions. +$aleph, beth, gimel, daleth$ + --- // Test font fallback. $ よ and 🏳️‍🌈 $ -- cgit v1.2.3