💄 the spec indentation

This commit is contained in:
Kevin Sawicki 2013-02-19 14:28:15 -08:00
parent 932f2c4603
commit 2f797bfc7a

View File

@ -1776,7 +1776,6 @@ describe "Editor", ->
expect(eol).toBeTruthy()
expect(editor.renderedLines.find('.line:first').text()).toBe "a line that ends with a carriage return#{cr}#{eol}"
describe "when wrapping is on", ->
it "doesn't show the end of line invisible at the end of lines broken due to wrapping", ->
editor.setSoftWrapColumn(6)