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): invalid parsing of link location #443

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Nov 18, 2019

Missing stop when a space is encountered, which may happen
when en external link without brackets is in the middle of a
sentence.

Fixes #442

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

Missing stop when a space is encountered, which may happen
when en external link without brackets is in the middle of a
sentence.

Fixes bytesparadise#442

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon merged commit b7e4654 into bytesparadise:master Nov 18, 2019
@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master     #443   +/-   ##
=======================================
  Coverage   87.38%   87.38%           
=======================================
  Files          59       59           
  Lines        4003     4003           
=======================================
  Hits         3498     3498           
  Misses        340      340           
  Partials      165      165

@xcoulon xcoulon deleted the Issue442_invalud_link_parsing branch November 18, 2019 21:03
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 parsing of external link without brackets in a sentence
1 participant