test saving with problematic cell contents

MinRK 12 years ago
parent 2624f82787
commit 7c2083aa60

@ -8,7 +8,9 @@ casper.notebook_test(function () {
// This causes no actual problems, but will break string comparison.
var nbname = "has#hash and space and unicø∂e.ipynb";
this.evaluate(function (nbname) {
this.append_cell("s = '??'", 'code');
this.thenEvaluate(function (nbname) {
require(['base/js/events'], function (events) {
IPython.notebook.notebook_name = nbname;
IPython._save_success = IPython._save_failed = false;

Loading…
Cancel
Save