mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
re.compile returns string - tests for #68
This commit is contained in:
@@ -7,6 +7,9 @@ std library stuff
|
|||||||
# -----------------
|
# -----------------
|
||||||
import re
|
import re
|
||||||
c = re.compile(r'a')
|
c = re.compile(r'a')
|
||||||
|
# re.compile should not return str -> issue #68
|
||||||
|
#? []
|
||||||
|
c.startswith
|
||||||
#? int()
|
#? int()
|
||||||
c.match().start()
|
c.match().start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user