forked from ashi009/node-fast-html-parser
-
Notifications
You must be signed in to change notification settings - Fork 111
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
abbr tag not parsed correctly #254
Comments
Merged
julienc91
added a commit
to julienc91/caviardeul
that referenced
this issue
Oct 7, 2023
julienc91
added a commit
to julienc91/caviardeul
that referenced
this issue
Oct 9, 2023
julienc91
added a commit
to julienc91/caviardeul
that referenced
this issue
Oct 9, 2023
taoqf
added a commit
that referenced
this issue
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
A bug seems to be affecting the parsing of the
abbr
tag:I was able to reproduce this bug on Node 16.15 with versions 6.1.9 and 6.1.10 of the package. In 6.1.8, everything works as expected:
I couldn't find other tags with a similar behaviour.
The text was updated successfully, but these errors were encountered: