mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄 folded not folder
This commit is contained in:
@@ -2631,7 +2631,7 @@ describe "EditorView", ->
|
||||
editorView.trigger 'editor:move-line-down'
|
||||
expect(editor.getCursorBufferPosition()).toEqual [1, 2]
|
||||
|
||||
describe "when the line below is folder", ->
|
||||
describe "when the line below is folded", ->
|
||||
it "moves the line around the fold", ->
|
||||
editor.setCursorBufferPosition([0, 0])
|
||||
editor.foldBufferRow(1)
|
||||
|
||||
Reference in New Issue
Block a user