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

Case issues when parsing HTML #13

Closed
fiddlerwoaroof opened this issue Dec 12, 2016 · 1 comment
Closed

Case issues when parsing HTML #13

fiddlerwoaroof opened this issue Dec 12, 2016 · 1 comment

Comments

@fiddlerwoaroof
Copy link

fiddlerwoaroof commented Dec 12, 2016

Plump doesn't seem to match script tags properly. I believe HTML tags are supposed to be case-insensitive and, either way, <SCRIPT> should match </SCRIPT>.

CL-USER> (plump:serialize (plump:parse "<SCRIPT></SCRIPT><P></P>"))
<script></SCRIPT><P></P></script>
@Shinmera
Copy link
Owner

Ah, I see what's going on. It's a problem caused by stupid handling of fulltext elements.

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

2 participants