-
Notifications
You must be signed in to change notification settings - Fork 49
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
Macro parsing a character literal containing a comma #142
Comments
I'll see if I can look into this tonight. |
Should be fixed with an extra unit test. Let me know how it goes... |
Thank you, macro with a single quoted comma works now. I've discovered a similar behaviour with a single quote. This works
But this doesn't
|
The macro code has a different file reading code than the token code.. I forgot why I did that but I was hoping to get a chance to clean up that whole thing. I'll look into this and do a quick fix. |
That should take care of '''. Let me know how that goes. |
Looks like macro parsing of commas happens even inside a character literal.
Best illustrated with an example:
The text was updated successfully, but these errors were encountered: