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): support encoded spaces in link URL #420

Merged
merged 1 commit into from
Sep 29, 2019

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 28, 2019

looks like the % character was missing in the previous
fix for link URLs :/

also, prevent spaces in user-defined macro values.

Fixes #419

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

@xcoulon xcoulon changed the title fox(parser): support encoded spaces in link URL fix(parser): support encoded spaces in link URL Sep 28, 2019
looks like the `%` character was missing in the previous
fix for link URLs :/

also, prevent spaces in user-defined macro values.

Fixes bytesparadise#419

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue419_link_encoded_spaces branch from b1046b8 to 246800c Compare September 28, 2019 21:31
@codecov
Copy link

codecov bot commented Sep 28, 2019

Codecov Report

Merging #420 into master will increase coverage by 2.19%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   84.86%   87.05%   +2.19%     
==========================================
  Files          57       57              
  Lines        4507     3910     -597     
==========================================
- Hits         3825     3404     -421     
+ Misses        518      341     -177     
- Partials      164      165       +1

@xcoulon xcoulon merged commit 6c57b55 into bytesparadise:master Sep 29, 2019
@xcoulon xcoulon deleted the Issue419_link_encoded_spaces branch September 29, 2019 08:09
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.

The "link" macro does not work if its encoded spaces
1 participant