Show More
@@ -804,7 +804,7 b' def test_file_spaces():' | |||||
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", "' |
|
807 | ip.run_cell_magic("file", '"%s"'%fname, u'\n'.join([ | |
808 | 'line1', |
|
808 | 'line1', | |
809 | 'line2', |
|
809 | 'line2', | |
810 | ])) |
|
810 | ])) |
General Comments 0
You need to be logged in to leave comments.
Login now