forked from VimPlug/jedi
re.compile returns string - tests for #68
This commit is contained in:
@@ -7,6 +7,9 @@ std library stuff
|
||||
# -----------------
|
||||
import re
|
||||
c = re.compile(r'a')
|
||||
# re.compile should not return str -> issue #68
|
||||
#? []
|
||||
c.startswith
|
||||
#? int()
|
||||
c.match().start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user