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

test(parser): verify document with leading empty line #757

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 28, 2020

verify that document metadata are recognized when the
content starts with an empty line

Fixes #707

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

@xcoulon xcoulon force-pushed the Issue707_document_empty_line_start branch from 8bc27f1 to 862977d Compare September 28, 2020 21:05
@xcoulon xcoulon marked this pull request as draft September 28, 2020 21:05
ignore heading blank lines after the front-matter

Fixes bytesparadise#707

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue707_document_empty_line_start branch from 862977d to f31c7a0 Compare September 29, 2020 06:27
@codecov
Copy link

codecov bot commented Sep 29, 2020

Codecov Report

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

@@           Coverage Diff           @@
##           master     #757   +/-   ##
=======================================
  Coverage   81.25%   81.25%           
=======================================
  Files          76       76           
  Lines        5014     5014           
=======================================
  Hits         4074     4074           
  Misses        606      606           
  Partials      334      334           

@xcoulon xcoulon marked this pull request as ready for review September 29, 2020 06:32
@xcoulon xcoulon merged commit 921565a into bytesparadise:master Sep 29, 2020
@xcoulon xcoulon deleted the Issue707_document_empty_line_start branch September 29, 2020 20:44
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.

Document details not parsed if document has leading newlines
1 participant