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