Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
f935aa90
Commit
f935aa90
authored
Feb 18, 2019
by
di68kap
Browse files
- DHParser aktualisiert
parent
08ea3533
Changes
1
Hide whitespace changes
Inline
Side-by-side
DHParser/parse.py
View file @
f935aa90
...
...
@@ -1768,7 +1768,8 @@ class Series(NaryParser):
# or len(self.parsers) >= len([p for p in results if p.tag_name != ZOMBIE_TAG])
ret_node
=
self
.
_return_values
(
results
)
# type: Node
if
error
:
raise
ParserError
(
ret_node
,
text
,
first_throw
=
True
)
raise
ParserError
(
ret_node
.
with_pos
(
len
(
self
.
grammar
.
document__
)
-
len
(
text
)),
text
,
first_throw
=
True
)
return
ret_node
,
text_
def
__repr__
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment