This commit is contained in:
Ben Ogle
2013-07-23 14:15:59 -07:00
committed by Corey Johnson & Matt Colyer
parent d98ea0180c
commit 4187615fa7

View File

@@ -168,7 +168,7 @@ describe "EditSession", ->
it "moves below the selection", ->
cursor = editSession.getCursor()
editSession.moveCursorDown()
expect(cursor.getBufferPosition()).toEqual [6, 9]
expect(cursor.getBufferPosition()).toEqual [6, 10]
it "merges cursors when they overlap", ->
editSession.setCursorScreenPosition([12, 2])