|
|
@@ -111,7 +111,7 @@ class Parser(BaseParser): |
|
|
|
del delayed_matches[i+1] # No longer needed, so unburden memory |
|
|
|
|
|
|
|
if not next_set and not delayed_matches and not next_to_scan: |
|
|
|
raise UnexpectedCharacters(stream, i, text_line, text_column, {item.expect for item in to_scan}, set(to_scan)) |
|
|
|
raise UnexpectedCharacters(stream, i, text_line, text_column, {item.expect.name for item in to_scan}, set(to_scan)) |
|
|
|
|
|
|
|
return next_to_scan |
|
|
|
|
|
|
|