mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 04:03:59 +08:00
Change a few tests to match new typeshed
This commit is contained in:
@@ -233,12 +233,12 @@ def a():
|
||||
# str literals in comment """ upper
|
||||
|
||||
def completion_in_comment():
|
||||
#? ['Exception']
|
||||
#? ['Exception', 'ExceptionGroup']
|
||||
# might fail because the comment is not a leaf: Exception
|
||||
pass
|
||||
|
||||
some_word
|
||||
#? ['Exception']
|
||||
#? ['Exception', 'ExceptionGroup']
|
||||
# Very simple comment completion: Exception
|
||||
# Commment after it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user