mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Fix workspace-spec.js
This commit is contained in:
@@ -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]]
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user