-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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] Parse inline code without space before initial backtick #9754
Conversation
The test that it is failing is checking exactly what #9553 complains about. Is there some reason why the regex has been written like this that I'm unaware of? Or should the test be modified? |
@geekgonecrazy is there some reason why the test is checking that inline code without initial space is not parsed? |
I'm not sure. Feel free to adjust the test to test the functionality if that's not enough to fully test |
@geekgonecrazy I've modified the test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@RocketChat/core
Modified regex in matching function.
Closes #9553
Earlier:
Now: