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

Add © to remains HTML encoding test case #348

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    1f19019 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Add test to indicate AngleSharp is the issue with the html entity enc…

    …oding
    
    Also found out turning on IsNotConsumingCharacterReferences does not fix the issue and causes a strange result:
    
    Expected: <html><head></head><body><div>&lt;&amp;&gt;&nbsp;&copy;</div></body></html>
    Actual:   <html><head></head><body><div>&amp;lt;&amp;amp;&amp;gt;&amp;nbsp;&amp;copy;</div></body></html>
    jasekiw committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d6ad7af View commit details
    Browse the repository at this point in the history