mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Remove unused variable that causes specs to fail
This commit is contained in:
parent
8ce6810179
commit
6b5c3dc1cf
@ -8,7 +8,6 @@ describe "TextMateGrammar", ->
|
|||||||
grammar = null
|
grammar = null
|
||||||
|
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
coffeePlist = fs.read(require.resolve 'CoffeeScriptBundle.tmbundle/Syntaxes/CoffeeScript.tmLanguage')
|
|
||||||
grammar = TextMateBundle.grammarForFileName("hello.coffee")
|
grammar = TextMateBundle.grammarForFileName("hello.coffee")
|
||||||
|
|
||||||
describe ".getLineTokens(line, currentRule)", ->
|
describe ".getLineTokens(line, currentRule)", ->
|
||||||
|
Loading…
Reference in New Issue
Block a user