mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix GFM grammar spec
This commit is contained in:
committed by
probablycorey
parent
a2ddd10d31
commit
5b0f5727dc
@@ -136,6 +136,6 @@ describe "GitHub Flavored Markdown grammar", ->
|
||||
describe "auto indent", ->
|
||||
it "indents newlines entered after list lines", ->
|
||||
config.set('editor.autoIndent', true)
|
||||
editSession = fixturesProject.buildEditSessionForPath('gfm.md')
|
||||
editSession = fixturesProject.buildEditSession('gfm.md')
|
||||
editSession.insertNewlineBelow()
|
||||
expect(editSession.buffer.lineForRow(1)).toBe ' '
|
||||
|
||||
Reference in New Issue
Block a user