Fix highlighting tests and remove an outdated test.

This commit is contained in:
Fedor Korotkov
2013-04-30 16:40:22 +04:00
parent 82856efe3e
commit 9db6234fdc
@@ -106,6 +106,7 @@ public class HtmlHighlightingLexer extends BaseHtmlLexer {
embeddedLexer.start(buffer,startOffset,skipToTheEndOfTheEmbeddment(),state);
} else {
embeddedLexer = null;
scriptLexer = null;
}
}