mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
💄
This commit is contained in:
@@ -1917,7 +1917,7 @@ describe "Editor", ->
|
||||
expect(editor.screenLineForRow(0).fold).toBeDefined()
|
||||
expect(editor.screenLineForRow(1)).toBeUndefined()
|
||||
|
||||
it "maintains cursor buffer position when buffer is created/destroyed", ->
|
||||
it "maintains cursor buffer position when a fold is created/destroyed", ->
|
||||
editor.setCursorBufferPosition([5,5])
|
||||
editor.trigger "fold-all"
|
||||
expect(editor.getCursorBufferPosition()).toEqual([5,5])
|
||||
|
||||
Reference in New Issue
Block a user