mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix leftover spec
This commit is contained in:
@@ -1531,6 +1531,7 @@ describe "TextEditor", ->
|
||||
it "can add selections to soft-wrapped line segments", ->
|
||||
editor.setSoftWrapped(true)
|
||||
editor.setEditorWidthInChars(40)
|
||||
editor.setDefaultCharWidth(1)
|
||||
|
||||
editor.setSelectedScreenRange([[3, 10], [3, 15]])
|
||||
editor.addSelectionBelow()
|
||||
|
||||
Reference in New Issue
Block a user