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): do not allow spaces in singleplus passthough #346

Merged
merged 1 commit into from
May 11, 2019

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 11, 2019

Do not accept content such as + foo bar+ or +foo bar +
as valid passthrough: no space allowed after opening +
or before closing + characters.

Fixes #337

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

Do not consider content such as `+ foo bar+` or `+foo bar +`
as valid passthrough: no space allowed after opening `+`
or before closing `+` characters.

Fixes bytesparadise#337

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon merged commit 5663022 into bytesparadise:master May 11, 2019
@xcoulon xcoulon deleted the Issue337_passthrough_spaces branch May 11, 2019 09:35
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.

SinglePlusPassThrough with spaces conflicts with LineBreak.
1 participant