##// END OF EJS Templates
Make unicode repr test work on cp1252 Windows...
Thomas Kluyver -
Show More
@@ -238,7 +238,7 b' def test_metaclass_repr():'
238
238
239
239
240 def test_unicode_repr():
240 def test_unicode_repr():
241 u = u"üniçoé"
241 u = u"üniçodé"
242 ustr = unicode_to_str(u)
242 ustr = unicode_to_str(u)
243
243
244 class C(object):
244 class C(object):
General Comments 0
You need to be logged in to leave comments. Login now