mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Replace LoadTextMatePackagesTask with async grammar loading
This commit is contained in:
@@ -10,7 +10,7 @@ describe "GitHub Flavored Markdown grammar", ->
|
||||
grammar = syntax.addGrammar.argsForCall[0][0]
|
||||
|
||||
it "parses the grammar", ->
|
||||
expect(grammar).toBeTruthy()
|
||||
expect(grammar).toBeDefined()
|
||||
expect(grammar.scopeName).toBe "source.gfm"
|
||||
|
||||
it "tokenizes horizontal rules", ->
|
||||
|
||||
Reference in New Issue
Block a user