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