mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Try again
This commit is contained in:
@@ -7336,7 +7336,6 @@ describe('TextEditor', () => {
|
||||
range = selection.getBufferRange()
|
||||
expect(range.start.column === delimLength + 1 && range.end.column === delimLength + 1 + 'test'.length).toBe(true)
|
||||
|
||||
|
||||
editor.setText(' test')
|
||||
selection.setBufferRange([[0, 4], [0,4]])
|
||||
selection.toggleLineComments()
|
||||
|
||||
Reference in New Issue
Block a user