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

HTML entities not picked up by parse #13

Open
ghost opened this issue Jan 2, 2012 · 1 comment
Open

HTML entities not picked up by parse #13

ghost opened this issue Jan 2, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 2, 2012

Something like this:

_("If it doesn&#8217t exist")

will not be picked up if call the parse command on the file for the Ruby parser.

@ghost
Copy link
Author

ghost commented Jan 2, 2012

I believe the parse_messages function is detecting the string one char at a time and counting the & as not a RubyToken::TkIDENTIFIER or any other such useful thing and throwing it away

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

No branches or pull requests

0 participants