mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add failing spec for rightward movement over folds.
This commit is contained in:
@@ -750,4 +750,9 @@ describe "Editor", ->
|
||||
expect(editor.getCursorScreenPosition()).toEqual [6, 5]
|
||||
expect(editor.getCursorBufferPosition()).toEqual [9, 5]
|
||||
|
||||
editor.setCursorScreenPosition([4, 30])
|
||||
expect(editor.getCursorScreenPosition()).toEqual [4, 29]
|
||||
editor.moveCursorRight()
|
||||
expect(editor.getCursorScreenPosition()).toEqual [4, 32]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user