mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
un-log 💩
This commit is contained in:
@@ -1071,7 +1071,6 @@ describe "EditSession", ->
|
||||
editSession.setCursorBufferPosition [7, 2]
|
||||
editSession.setAutoIndent(true)
|
||||
editSession.insertTab()
|
||||
buffer.logLines()
|
||||
expect(buffer.lineForRow(7)).toMatch /^\s+$/
|
||||
expect(buffer.lineForRow(7).length).toBe 6
|
||||
expect(editSession.getCursorBufferPosition()).toEqual [7, 6]
|
||||
|
||||
Reference in New Issue
Block a user