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): allow empty lines between attributes and element #496

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 9, 2020

One or more empty lines can be inserted between a group of attributes
and their target element

fixes #493

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

One or more empty lines can be inserted between a group of attributes
and their target element

fixes bytesparadise#493

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

codecov bot commented Mar 9, 2020

Codecov Report

Merging #496 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #496   +/-   ##
=======================================
  Coverage   86.42%   86.42%           
=======================================
  Files          66       66           
  Lines        4693     4693           
=======================================
  Hits         4056     4056           
  Misses        472      472           
  Partials      165      165

@xcoulon xcoulon merged commit 4d3ef23 into bytesparadise:master Mar 9, 2020
@xcoulon xcoulon deleted the Issue493_attribute_and_blankline branch March 9, 2020 20:55
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.

parser fails on when display parameters followed by extra blank line
1 participant