Fix failing test

This commit is contained in:
Garen Torikian 2013-01-04 15:13:13 -08:00 committed by nightwing
commit 6f17611ebf

View file

@ -44,7 +44,7 @@ function Mode() {
var highlighter = new Rules();
this.$tokenizer = new Tokenizer(highlighter.getRules());
this.$outdent = new Outdent();
this.$keywordList = new Rules(rules.$keywordList);
this.$keywordList = highlighter.$keywordList;
this.foldingRules = new FoldMode();
}