This commit is contained in:
Kevin Sawicki
2013-03-28 22:08:53 -04:00
parent bd48cfced0
commit ff471ebf5b

View File

@@ -307,4 +307,4 @@ describe "TextMateGrammar", ->
{tokens, ruleStack} = grammar.tokenizeLine("one(two(three(four(five(_param_)))))", originalRuleStack)
expect(tokens.length).toBe 5
expect(tokens[4].value).toBe "three(four(five(_param_)))))"
expect(ruleStack).toEqual originalRuleStack
expect(ruleStack).toEqual originalRuleStack