correct highlighting of string literals with mixed quotes (PY-299)

This commit is contained in:
Dmitry Jemerov
2010-01-14 14:22:43 +03:00
parent 7f7953b8d9
commit a2e32cde4c
3 changed files with 17 additions and 6 deletions

View File

@@ -86,6 +86,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
doTest();
}
public void testStringMixedSeparatorsOK() throws Exception { // PY-299
doTest();
}
public void testYieldInNestedFunction() throws Exception {
// highlight func declaration first, lest we get an "Extra fragment highlighted" error.
EditorColorsManager manager = EditorColorsManager.getInstance();