double space outta my face

This commit is contained in:
Garen Torikian 2013-04-23 16:47:09 -07:00
parent 1b2b8861ee
commit 0ae599ad6f

View File

@ -108,7 +108,6 @@ describe "Whitespace", ->
editor.getBuffer().save()
expect(editor.getText()).toBe "foo \nline break!\n"
it "trims GFM text with a more than two spaces", ->
editor.activeEditSession.setGrammar(grammar)
editor.insertText "foo \nline break!"