Example #1
0
 def test_empty_string(self):
     check_bidi("")
Example #2
0
 def test_L_RAL_violation(self):
     with self.assertRaises(ValueError):
         check_bidi("\u05be\u0041")
Example #3
0
 def test_L_RAL_violation(self):
     with self.assertRaises(ValueError):
         check_bidi("\u05be\u0041")
Example #4
0
 def test_empty_string(self):
     check_bidi("")