##// END OF EJS Templates
Update test_magic.py
hongshaoyang -
Show More
@@ -803,7 +803,7 b' def test_file_spaces():'
803 """%%file with spaces in filename"""
803 """%%file with spaces in filename"""
804 ip = get_ipython()
804 ip = get_ipython()
805 with TemporaryWorkingDirectory() as td:
805 with TemporaryWorkingDirectory() as td:
806 fname = 'file name'
806 fname = "file name"
807 ip.run_cell_magic("file", "'%s'"%fname, u'\n'.join([
807 ip.run_cell_magic("file", "'%s'"%fname, u'\n'.join([
808 'line1',
808 'line1',
809 'line2',
809 'line2',
General Comments 0
You need to be logged in to leave comments. Login now