@@ -21,17 +21,12 @@ def test_nighit(self):
2121 nighit ("สํ" , "มาร" ) # consonant ม is not in any supported group
2222
2323 def test_is_native_thai (self ):
24- self .assertFalse (is_native_thai (None ), False ) # type: ignore[arg-type]
25- self .assertFalse (is_native_thai ("" ), False )
26- self .assertFalse (is_native_thai ("116" ), False )
27- self .assertFalse (is_native_thai ("abc" ), False )
28- self .assertFalse (is_native_thai ("ศา" ), False )
29- self .assertFalse (is_native_thai (None )) # type: ignore[arg-type]
30- self .assertFalse (is_native_thai ("" ))
31- self .assertFalse (is_native_thai ("116" ))
32- self .assertFalse (is_native_thai ("abc" ))
33- self .assertFalse (is_native_thai ("ศา" ))
34- self .assertFalse (is_native_thai ("ลักษ์" ))
24+ self .assertFalse (is_native_thai (None )) # type: ignore[arg-type]
25+ self .assertFalse (is_native_thai ("" ))
26+ self .assertFalse (is_native_thai ("116" ))
27+ self .assertFalse (is_native_thai ("abc" ))
28+ self .assertFalse (is_native_thai ("ศา" ))
29+ self .assertFalse (is_native_thai ("ลักษ์" ))
3530 self .assertFalse (is_native_thai ("มาร์ค" ))
3631 self .assertFalse (is_native_thai ("เลข" ))
3732 self .assertFalse (is_native_thai ("เทเวศน์" ))
0 commit comments