mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-02 02:03:21 +08:00
Fix remaining Python 3.7 issues to get the tests to pass
This commit is contained in:
@@ -18,13 +18,13 @@ b; continue
|
||||
b; continu
|
||||
|
||||
#? []
|
||||
c + brea
|
||||
c + pass
|
||||
|
||||
#? []
|
||||
a + break
|
||||
a + pass
|
||||
|
||||
#? ['break']
|
||||
b; break
|
||||
#? ['pass']
|
||||
b; pass
|
||||
|
||||
# -----------------
|
||||
# Keywords should not appear everywhere.
|
||||
|
||||
Reference in New Issue
Block a user