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:
Dave Halter
2016-07-07 18:28:51 +02:00
parent 4a19376187
commit adcc1c2b51
4 changed files with 11 additions and 21 deletions

View File

@@ -176,16 +176,16 @@ import datetime as
call = ''
invalid = .call
#?
#?
invalid
invalid = call?.call
#?
#? str()
invalid
# comma
invalid = ,call
#?
#? str()
invalid