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