make change

This commit is contained in:
Benjamin Gray
2018-11-22 11:20:36 +11:00
parent a3020f74e1
commit a835a154bb

View File

@@ -7328,6 +7328,7 @@ describe('TextEditor', () => {
expect(selection.isEmpty() && selection.getBufferRange().start.column === delimLength).toBe(true)
selection.setBufferRange([[0, delimLength], [0, delimLength + 1 + 'test'.length]])
selection.toggleLineComments()
let range = selection.getBufferRange()
expect(range.start.column === 0 && range.end.column === 'test'.length).toBe(true)