Show More
@@ -246,5 +246,5 b' tclass.py: deleting object: C-third' | |||||
246 | """Check that files in odd encodings are accepted.""" |
|
246 | """Check that files in odd encodings are accepted.""" | |
247 | mydir = os.path.dirname(__file__) |
|
247 | mydir = os.path.dirname(__file__) | |
248 | na = os.path.join(mydir, 'nonascii.py') |
|
248 | na = os.path.join(mydir, 'nonascii.py') | |
249 | _ip.magic('run %s' % na) |
|
249 | _ip.magic('run "%s"' % na) | |
250 | tt.assert_equals(_ip.user_ns['u'], u'Ўт№Ф') |
|
250 | tt.assert_equals(_ip.user_ns['u'], u'Ўт№Ф') |
General Comments 0
You need to be logged in to leave comments.
Login now