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/renderer): verify quoted text case #1082

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 19, 2022

verifies that *a_b* _c_ is parsed and renderer as expected
bug itself ws fixed in eecd0bb

Fixes #1078

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

verifies that `*a_b* _c_` is parsed and renderer as expected
bug itself ws fixed in eecd0bb

Fixes bytesparadise#1078

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

codecov bot commented Sep 19, 2022

Codecov Report

Merging #1082 (3dee7dc) into master (481ef43) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1082   +/-   ##
=======================================
  Coverage   80.66%   80.66%           
=======================================
  Files          90       90           
  Lines        7591     7591           
=======================================
  Hits         6123     6123           
  Misses        971      971           
  Partials      497      497           

@xcoulon xcoulon merged commit 0317c63 into bytesparadise:master Sep 19, 2022
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.

Underscores break bold formatting
1 participant