You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Something like this:
_("If it doesn’t exist")
will not be picked up if call the parse command on the file for the Ruby parser.
The text was updated successfully, but these errors were encountered: