Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Upgrade fs-plus to version 3.0.0 #13940

Merged
merged 11 commits into from
Mar 10, 2017
Prev Previous commit
Next Next commit
Fix Workspace specs
  • Loading branch information
Antonio Scandurra committed Mar 6, 2017
commit 778db180dbb683e1c9e863c806321bdff13125bb
8 changes: 6 additions & 2 deletions spec/workspace-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
})
})
})
Expand All @@ -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: []
})
})
})
Expand Down