From ff471ebf5b5e683ea7fdc9699eae22bf6f7b17a8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 28 Mar 2013 22:08:53 -0400 Subject: [PATCH] :lipstick: --- spec/app/text-mate-grammar-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/text-mate-grammar-spec.coffee b/spec/app/text-mate-grammar-spec.coffee index 526717617..86aa17e9c 100644 --- a/spec/app/text-mate-grammar-spec.coffee +++ b/spec/app/text-mate-grammar-spec.coffee @@ -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 \ No newline at end of file + expect(ruleStack).toEqual originalRuleStack