forked from VimPlug/jedi
invalid code testing
This commit is contained in:
13
test/completion/invalid.py
Normal file
13
test/completion/invalid.py
Normal file
@@ -0,0 +1,13 @@
|
||||
def openbrace():
|
||||
asdf = 3
|
||||
asdf
|
||||
asdf(
|
||||
return 1
|
||||
|
||||
#? ['real']
|
||||
openbrace().real
|
||||
|
||||
blub([
|
||||
#? ['real']
|
||||
openbrace().real
|
||||
|
||||
Reference in New Issue
Block a user