##// END OF EJS Templates
Re-added new lines at eof
Jonathan Frederic -
Show More
@@ -21,4 +21,4 b' casper.notebook_test(function () {'
21 21 pos4 == 2;
22 22 });
23 23 this.test.assertTrue(result, 'Up/down arrow okay in non-empty notebook.');
24 }); No newline at end of file
24 });
@@ -29,4 +29,4 b' casper.notebook_test(function () {'
29 29 this.test.assertEquals(output['image/png'], undefined, "Non-string png data was stripped");
30 30 this.test.assertEquals(output['text/plain'], '5', "text data is fine");
31 31 });
32 }); No newline at end of file
32 });
General Comments 0
You need to be logged in to leave comments. Login now