mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Oh, un-F
This commit is contained in:
@@ -2426,7 +2426,7 @@ describe "Editor", ->
|
||||
expect(editor.getCursorScreenPosition()).toEqual [5, 0]
|
||||
|
||||
describe "when a fold placeholder line is clicked", ->
|
||||
fit "removes the associated fold and places the cursor at its beginning", ->
|
||||
it "removes the associated fold and places the cursor at its beginning", ->
|
||||
editor.getSelection().setBufferRange(new Range([3, 0], [9, 0]))
|
||||
editor.trigger 'fold-selection'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user