mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-27 14:42:08 +08:00
Don't delete ErrorNode names. They are part of the parser now.
Fixes #594 and possibly also #590 and #579.
This commit is contained in:
@@ -176,16 +176,16 @@ import datetime as
|
||||
|
||||
call = ''
|
||||
invalid = .call
|
||||
#?
|
||||
#?
|
||||
invalid
|
||||
|
||||
invalid = call?.call
|
||||
#?
|
||||
#? str()
|
||||
invalid
|
||||
|
||||
# comma
|
||||
invalid = ,call
|
||||
#?
|
||||
#? str()
|
||||
invalid
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user