##// END OF EJS Templates
Merge pull request #8078 from takluyver/unicode-pretty-tset...
Min RK -
r20730:7fbbf95a merge
parent child Browse files
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