Home | History | Annotate | Download | only in test

Lines Matching full:unicode2

30     elif encoding=="test.unicode2":
1046 self.assertRaises(TypeError, unicode, "hello", "test.unicode2")
1048 self.assertRaises(TypeError, u"hello".encode, "test.unicode2")