Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parser): ignore standalone attributes at the end of doc #606

Merged
merged 1 commit into from
Jun 14, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jun 14, 2020

the draft document contains the attributes, but they
are filtered out when processing it.

Fixes #605 - Error when parsing doc containing only an attribute

Signed-off-by: Xavier Coulon [email protected]

the draft document contains the attributes, but they
are filtered out when processing it.

Fixes bytesparadise#605 - Error when parsing doc containing only an attribute

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Jun 14, 2020

Codecov Report

Merging #606 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #606   +/-   ##
=======================================
  Coverage   86.69%   86.69%           
=======================================
  Files          68       68           
  Lines        4239     4239           
=======================================
  Hits         3675     3675           
  Misses        360      360           
  Partials      204      204           

@xcoulon xcoulon merged commit a57b8fb into bytesparadise:master Jun 14, 2020
@xcoulon xcoulon deleted the Issue605_standalone_attribute branch June 14, 2020 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when parsing doc containing only an attribute
1 participant