Example #1
0
 def testChar(self):
     self._test("char", char('a'), char('b'), char('c'),
                char(unichar(0x20AC)))
Example #2
0
 def testChar(self):
   self._test("char", 'a', 'b', 'c', unichar(0x20AC))
Example #3
0
 def testChar(self):
     self._test("char", 'a', 'b', 'c', unichar(0x20AC))
Example #4
0
 def testChar(self):
     self._test("char", char("a"), char("b"), char("c"), char(unichar(0x20AC)))