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): fix quoted text delimitation #505

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 16, 2020

Refactored grammar to support the following content:

non_italic_content _italic content_

where only italic content is parsed
as quoted text

Fixes #504

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

Refactored grammar to support the following content:
```
non_italic_content _italic content_
```
where only `italic content` is parsed
as quoted text

Fixes bytesparadise#504

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

codecov bot commented Mar 16, 2020

Codecov Report

Merging #505 into master will decrease coverage by 0.09%.
The diff coverage is 70.58%.

@@            Coverage Diff             @@
##           master     #505      +/-   ##
==========================================
- Coverage   86.53%   86.43%   -0.10%     
==========================================
  Files          67       67              
  Lines        4701     4705       +4     
==========================================
- Hits         4068     4067       -1     
- Misses        468      472       +4     
- Partials      165      166       +1     

@xcoulon xcoulon merged commit c394f70 into bytesparadise:master Mar 16, 2020
@xcoulon xcoulon deleted the Issue504_quotext_test_delimitation branch March 16, 2020 21: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.

Invalid quoted text delimitation
1 participant