rangerlee / htmlparser

a simple c++ html parser
Apache License 2.0
23 stars 14 forks source link

Add basic functionality tests migrated from jsoup #5

Closed testmigrator closed 1 year ago

testmigrator commented 1 year ago

This pull request adds a set of tests for basic functionality that have been migrated from the well-known jsoup library. These tests have been run and verified to ensure that they work properly with the htmlparser library, and are aimed at improving the overall test coverage of the library.

I hope that these tests will be helpful for testing the functionality of your library.

testmigrator commented 1 year ago

Thank you for accepting our migrated test, we will do better!