Show More
@@ -21,4 +21,4 b' casper.notebook_test(function () {' | |||||
21 | pos4 == 2; |
|
21 | pos4 == 2; | |
22 | }); |
|
22 | }); | |
23 | this.test.assertTrue(result, 'Up/down arrow okay in non-empty notebook.'); |
|
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 | this.test.assertEquals(output['image/png'], undefined, "Non-string png data was stripped"); |
|
29 | this.test.assertEquals(output['image/png'], undefined, "Non-string png data was stripped"); | |
30 | this.test.assertEquals(output['text/plain'], '5', "text data is fine"); |
|
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