Skip to content

Commit 0e8f5b6

Browse files
authored
Add test for thai_word_braille with 'เรียน'
1 parent abb82fb commit 0e8f5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def test_thai_word_braille(self):
88
self.assertEqual(thai_word_braille("ลิ้น"), '⠇⠃⠲⠝')
99
self.assertEqual(thai_word_braille("ว่าง"), '⠺⠔⠡⠻')
1010
self.assertEqual(thai_word_braille("แก้ม"), '⠣⠛⠲⠍')
11+
self.assertEqual(thai_word_braille("เรียน"), '⠗⠷⠝')
1112

1213
def test_thai_text_braille(self):
1314
self.assertEqual(thai_text_braille("แมวกิน ปลา"), ['⠣⠍⠺', '⠛⠃⠝', ' ', '⠯⠇⠡'])

0 commit comments

Comments
 (0)