mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Remove auto-indent gfm spec
This commit is contained in:
@@ -132,10 +132,3 @@ describe "GitHub Flavored Markdown grammar", ->
|
||||
{tokens} = grammar.tokenizeLine("> Quotation")
|
||||
expect(tokens[0]).toEqual value: ">", scopes: ["source.gfm", "support.quote.gfm"]
|
||||
expect(tokens[1]).toEqual value: " Quotation", scopes: ["source.gfm", "comment.quote.gfm"]
|
||||
|
||||
describe "auto indent", ->
|
||||
it "indents newlines entered after list lines", ->
|
||||
config.set('editor.autoIndent', true)
|
||||
editSession = project.buildEditSession('gfm.md')
|
||||
editSession.insertNewlineBelow()
|
||||
expect(editSession.buffer.lineForRow(1)).toBe ' '
|
||||
|
||||
Reference in New Issue
Block a user