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 configuration attributes #513

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 18, 2020

Adding test to verify that custom attributes
passed in the configuration work as expected

Updates #509

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

@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #513 into master will decrease coverage by 0.14%.
The diff coverage is 70.00%.

@@            Coverage Diff             @@
##           master     #513      +/-   ##
==========================================
- Coverage   86.38%   86.23%   -0.15%     
==========================================
  Files          67       67              
  Lines        4707     4723      +16     
==========================================
+ Hits         4066     4073       +7     
- Misses        474      480       +6     
- Partials      167      170       +3     

include all document attributes, including overrides
in the returned "parsed document" after processing the
draft document returned by the parser.
Those attributes can then be consumed by the renderer,
when applicable,

also: refactor predefined attributes (moved to pkg/types)

Fixes ∞509
Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue509_with_attributes_error branch from f35ca56 to 0336d5b Compare March 21, 2020 20:47
@xcoulon xcoulon merged commit a9da628 into bytesparadise:master Mar 21, 2020
@xcoulon xcoulon deleted the Issue509_with_attributes_error branch March 21, 2020 21:29
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.

1 participant