Added Cython lexer test

This commit is contained in:
Andrey Vlasovskikh
2013-08-28 19:55:01 +04:00
parent 77a675e29e
commit 771dae3da8
@@ -25,6 +25,7 @@ public class PythonAllTestsSuite {
public static final Class[] tests = {
PythonLexerTest.class,
PyStringLiteralLexerTest.class,
CythonLexerTest.class,
PyStringFormatParserTest.class,
PyEncodingTest.class,
PythonParsingTest.class,