mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Un-F
This commit is contained in:
@@ -56,7 +56,7 @@ describe "Editor", ->
|
||||
editor.width(editor.charWidth * 50)
|
||||
editor.setSoftWrap(true)
|
||||
|
||||
fit "wraps lines that are too long to fit within the editor's width, adjusting cursor positioning accordingly", ->
|
||||
it "wraps lines that are too long to fit within the editor's width, adjusting cursor positioning accordingly", ->
|
||||
expect(editor.lines.find('.line').length).toBe 16
|
||||
expect(editor.lines.find('pre:eq(3)').text()).toBe " var pivot = items.shift(), current, left = [], "
|
||||
expect(editor.lines.find('pre:eq(4)').text()).toBe "right = [];"
|
||||
|
||||
Reference in New Issue
Block a user