mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Update test to reflect new soft wrap indent clipping behavior
Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
committed by
Nathan Sobo
parent
8a8819beb4
commit
65edebda73
@@ -299,7 +299,7 @@ describe "TextEditor", ->
|
||||
|
||||
it "positions the cursor at the buffer position that corresponds to the given screen position", ->
|
||||
editor.setCursorScreenPosition([9, 0])
|
||||
expect(editor.getCursorBufferPosition()).toEqual [8, 10]
|
||||
expect(editor.getCursorBufferPosition()).toEqual [8, 11]
|
||||
|
||||
describe ".moveUp()", ->
|
||||
it "moves the cursor up", ->
|
||||
|
||||
Reference in New Issue
Block a user