This commit is contained in:
Nathan Sobo
2012-02-10 11:39:31 -07:00
parent 80d42ddb46
commit b70acf2006

View File

@@ -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 = [];"