We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:mochiweb_html.parse("&;"), :mochiweb_html.parse("&MISSING;") gives this.
:mochiweb_html.parse("&;")
:mochiweb_html.parse("&MISSING;")
** (CaseClauseError) no case clause matching: {:undefined, {:decoder, 1, 3, 2}} src/mochiweb_html.erl:642: :mochiweb_html.tokenize_charref/2 src/mochiweb_html.erl:302: :mochiweb_html.tokens/3 src/mochiweb_html.erl:82: :mochiweb_html.parse/1
The specific case I bumped into was parsing an HTML email's content. It, for some reason, included this string:
"&dataCardSource=DAILY_SNAPSHOT_INT);"
Which resulted in the same error.
The text was updated successfully, but these errors were encountered:
Fix mochiweb_html missing charref error #167
0f2fe44
Thanks for the report!
Sorry, something went wrong.
Thanks!
No branches or pull requests
:mochiweb_html.parse("&;")
,:mochiweb_html.parse("&MISSING;")
gives this.The specific case I bumped into was parsing an HTML email's content. It, for some reason, included this string:
Which resulted in the same error.
The text was updated successfully, but these errors were encountered: