failing test for PY-8252

This commit is contained in:
Dmitry Jemerov
2013-01-30 18:53:04 +01:00
parent 86ad22c605
commit c4e1141370
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,3 @@
import re
rx = re.compile(r'{{a}}')
@@ -59,6 +59,10 @@ public class PyRegexpTest extends PyTestCase {
doTestHighlighting();
}
public void _testDoubleOpenCurly() { // PY-8252
doTestHighlighting();
}
private void doTestHighlighting() {
myFixture.testHighlighting(true, false, true, "regexp/" + getTestName(true) + ".py");
}