Skip to content

Commit

Permalink
Revert "Disable a search test on Phantom"
Browse files Browse the repository at this point in the history
This reverts commit e7b737c.
  • Loading branch information
adrianheine committed Jun 27, 2017
1 parent db8b79c commit b2b1737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/search_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
})

test("expandingCaseFold", function() {
if (phantom) return; // A Phantom bug makes this hang
var doc = new CodeMirror.Doc("<b>İİ İİ</b>\n<b>uu uu</b>")
run(doc, "</b>", true, 0, 8, 0, 12, 1, 8, 1, 12);
run(doc, "İİ", true, 0, 3, 0, 5, 0, 6, 0, 8);
Expand Down

0 comments on commit b2b1737

Please sign in to comment.