Fix Workspace specs

This commit is contained in:
Antonio Scandurra
2017-03-06 13:34:43 +01:00
parent 025de31846
commit 778db180db

View File

@@ -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: []
})
})
})