Skip to content
Snippets Groups Projects
Commit b2b1737e authored by Adrian Heine's avatar Adrian Heine
Browse files

Revert "Disable a search test on Phantom"

This reverts commit e7b737c8.
parent db8b79c1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment