use of com.intellij.lang.properties.parsing.PropertiesLexer in project intellij-community by JetBrains.
the class PropertiesLexerTest method doTest.
private static void doTest(@NonNls String text, @NonNls String[] expectedTokens) {
Lexer lexer = new PropertiesLexer();
doTest(text, expectedTokens, lexer);
}
Aggregations