mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 21:42:20 +08:00
keyword tests added, which were ignored previously
This commit is contained in:
6
test/completion/keywords.py
Normal file
6
test/completion/keywords.py
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#? ['raise']
|
||||
raise
|
||||
|
||||
#? ['except', 'Exception']
|
||||
except
|
||||
Reference in New Issue
Block a user