Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
The container registry cleanup task is now completed and the registry can be used normally.
Open sidebar
badw-it
DHParser
Commits
a90f71ff
Commit
a90f71ff
authored
Nov 22, 2019
by
di68kap
Browse files
- bug fix
parent
891e9651
Changes
1
Hide whitespace changes
Inline
Side-by-side
DHParser/parse.py
View file @
a90f71ff
...
...
@@ -440,8 +440,9 @@ class Parser:
else
:
node
=
Node
(
self
.
tag_name
,
(
Node
(
ZOMBIE_TAG
,
text
[:
gap
]).
with_pos
(
location
),
pe
.
node
)
+
tail
)
self
.
_add_resume_notice
(
rest
,
node
.
with_pos
(
location
))
(
Node
(
ZOMBIE_TAG
,
text
[:
gap
]).
with_pos
(
location
),
pe
.
node
)
+
tail
)
\
.
with_pos
(
location
)
self
.
_add_resume_notice
(
rest
,
node
)
elif
pe
.
first_throw
:
if
history_tracking__
:
grammar
.
call_stack__
.
pop
()
raise
ParserError
(
pe
.
node
,
pe
.
rest
,
pe
.
error
,
first_throw
=
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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