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

NSoup: Testcase fail #10

Open
kongnhin opened this issue Oct 31, 2018 · 0 comments
Open

NSoup: Testcase fail #10

kongnhin opened this issue Oct 31, 2018 · 0 comments

Comments

@kongnhin
Copy link

When input these cases, it does not output as expected:
1. Case1: "<![CDATA[]]"
-> Output: Error out of range

2. Case2: "<noframes />One"
-> Output: "<noframes></noframes><meta name=foo></head><body>One</body></html>"
-> Expectation: "<noframes></noframes>One"

3. Case3: "<style />One"
-> Output: "<style></style><meta name=foo></head><body>One</body></html>"
-> Exectation: "<style></style>One"

And some testcases are not passed. I hope that you guys can see my comment and will be fixed as soon as possible

I'm using method:
NSoupClient.ParseBodyFragment(input, "http://localhost");

Thanks for reading

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

1 participant