diff options
| author | Harry Smith <69302535+h-arry-smith@users.noreply.github.com> | 2024-02-11 20:04:57 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-11 13:04:57 +0000 |
| commit | a1f111dfa6b2dd7771addb02d094a39a490d36ac (patch) | |
| tree | a018c9e8eeb8298ada87358d0fb0155b902a7103 /tests/typ/math | |
| parent | 713154c14bc316150820acf0101af9386ba181f4 (diff) | |
Fix hebrew symbol codepoints (#3375)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/style.typ | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -23,6 +23,10 @@ $a/b, display(a/b), display(a)/display(b), inline(a/b), script(a/b), sscript(a/b $h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$ --- +// Test hebrew exceptions. +$aleph, beth, gimel, daleth$ + +--- // Test font fallback. $ よ and 🏳️🌈 $ |
