##// END OF EJS Templates
Merge pull request #2021 from jdmarch/fix_odd_encoding_test_windows...
Fernando Perez -
r7678:45210d9d merge
parent child Browse files
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