mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
User skeleton for 're' module (PY-1219)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import re
|
||||
p = re.compile('foo')
|
||||
p.match()
|
||||
@@ -0,0 +1,3 @@
|
||||
import re
|
||||
p = re.compile('foo')
|
||||
p.ma<caret>
|
||||
@@ -636,4 +636,9 @@ public class PythonCompletionTest extends PyTestCase {
|
||||
public void testParameterFromUsages() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-1219
|
||||
public void testReCompileMatch() {
|
||||
doTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user