Skip to content

Commit

Permalink
Test nikud
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Nol authored and NoamNol committed Sep 12, 2024
1 parent fffc344 commit a3bf740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_to_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ def test_non_hebrew(self):

def test_hebrew_and_non_hebrew(self):
self.assertEqual(gematriapy.to_number("aאbהc"), 6)

def test_hebrew_with_nikud(self):
self.assertEqual(gematriapy.to_number("שלום"), 376)
self.assertEqual(gematriapy.to_number("שָׁלוֹם"), 376)

0 comments on commit a3bf740

Please sign in to comment.