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

Bug in emphasis parsing #81

Closed
mrogelja opened this issue Mar 5, 2015 · 2 comments
Closed

Bug in emphasis parsing #81

mrogelja opened this issue Mar 5, 2015 · 2 comments
Labels
bug Something isn't working right

Comments

@mrogelja
Copy link

mrogelja commented Mar 5, 2015

There is a bug in the emphasis parser for every pattern terminated with a 0 char.

Examples : **1980** or *whatever0* are not parsed.

@colinodell colinodell added the bug Something isn't working right label Mar 5, 2015
colinodell added a commit that referenced this issue Mar 5, 2015
The issue was caused by non-strict tests, where a "0" string was considered falsy.
@colinodell
Copy link
Member

Thanks for catching this! I'll make sure the fix gets into the next release.

@colinodell
Copy link
Member

#82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

2 participants