From 33f96bf6cb1723024dcf02f802e147f635364979 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 10 Mar 2017 09:01:10 +0100 Subject: [PATCH] Fix workspace-spec.js --- spec/workspace-spec.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spec/workspace-spec.js b/spec/workspace-spec.js index 5279092c0..270f81526 100644 --- a/spec/workspace-spec.js +++ b/spec/workspace-spec.js @@ -1347,9 +1347,7 @@ i = /test/; #FIXME\ matchText: 'aaa', lineText: 'aaa bbb', lineTextOffset: 0, - range: [[0, 0], [0, 3]], - linesAfter: [], - linesBefore: [] + range: [[0, 0], [0, 3]] }) }) }) @@ -1367,9 +1365,7 @@ i = /test/; #FIXME\ matchText: '$bill', lineText: 'dollar$bill', lineTextOffset: 0, - range: [[2, 6], [2, 11]], - linesAfter: [], - linesBefore: [] + range: [[2, 6], [2, 11]] }) }) })