mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
failing test for PY-8252
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user