From 35ce5f10d722b28e624b2152e05f2f4697c184b4 Mon Sep 17 00:00:00 2001 From: Adrian Heine <mail@adrianheine.de> Date: Wed, 20 Sep 2017 21:25:17 +0200 Subject: [PATCH] Don't run the new test in Phantom --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index ab6377875..9c768e3f6 100644 --- a/test/test.js +++ b/test/test.js @@ -2508,6 +2508,7 @@ testCM("delete_wrapped", function(cm) { }, {value: "12345", lineWrapping: true}) testCM("issue_4878", function(cm) { + if (phantom) return cm.setCursor(Pos(1, 12, "after")); cm.moveH(-1, "char"); eqCursorPos(cm.getCursor(), Pos(0, 113, "before")); -- GitLab