Show More
@@ -31,7 +31,7 casper.notebook_test(function () { | |||
|
31 | 31 | {from: ["../"], error: true}, |
|
32 | 32 | {from: ["//"], error: true}, |
|
33 | 33 | ].map(function (mode) { |
|
34 | mode.from.concat(mode.to || []).map(function(from){ | |
|
34 | (mode.from || []).concat(mode.to || []).map(function(from){ | |
|
35 | 35 | casper.evaluate(function(from, expected, error_expected){ |
|
36 | 36 | IPython.utils.requireCodeMirrorMode(from, function(observed){ |
|
37 | 37 | window.callPhantom({ |
General Comments 0
You need to be logged in to leave comments.
Login now