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

Smileys regexp bug #6

Closed
ivancruzbht opened this issue Dec 5, 2016 · 1 comment
Closed

Smileys regexp bug #6

ivancruzbht opened this issue Dec 5, 2016 · 1 comment
Labels
Milestone

Comments

@ivancruzbht
Copy link

ivancruzbht commented Dec 5, 2016

Words like expression, experience, express are parsed like e $SMILEY$ ression, e $SMILEY$ rience, etc.

Adding (\s{1}) at the beggining and the end of the smileys regex is a quick and dirty fix

JosephSefara referenced this issue in JosephSefara/preprocessor Nov 22, 2018
@s s added the bug label May 23, 2020
@s s added this to the v0.6.0 milestone May 23, 2020
s added a commit that referenced this issue May 23, 2020
this commit:
- fixes #6
- fixes #14
- fixes #22
@s s closed this as completed May 23, 2020
@s
Copy link
Owner

s commented May 23, 2020

Will be fixed in 0.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants