コード例 #1
0
ファイル: test_stringprep.py プロジェクト: horazont/aiosasl
 def test_L_RAL_violation(self):
     with self.assertRaises(ValueError):
         check_bidi("\u05be\u0041")
コード例 #2
0
 def test_L_RAL_violation(self):
     with self.assertRaises(ValueError):
         check_bidi("\u05be\u0041")
コード例 #3
0
ファイル: test_stringprep.py プロジェクト: horazont/aiosasl
 def test_empty_string(self):
     check_bidi("")
コード例 #4
0
 def test_empty_string(self):
     check_bidi("")