Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tests that don't test anything | stasoid | 2022-11-27 | 1 | -15/+0 |
| | |||||
* | Remove litehtml::context, replace master.css -> master_css.h and make ↵ | stasoid | 2022-10-30 | 1 | -1/+1 |
| | | | | | | document::createFromString receive master/user css as strings closes issue #219 | ||||
* | remove wchar support | stasoid | 2022-10-21 | 1 | -8/+8 |
| | | | | closes issue #217 | ||||
* | Convert litehtml tests to use GoogleTest | John Poole | 2021-08-25 | 1 | -104/+197 |
| | | | | | | | | | | | | | | GoogleTest provides a number of nice features (such as autodiscovery) that make writing and running tests easier and less tedious. This patch converts the litehtml tests over to use GoogleTest. Note that the conversion is mostly mechanical -- no attempt has been made to make the tests "idiomatic" GoogleTests. Most of the CMake changes are based on code from the GoogleTest documentation, specifically the "Quickstart: Building with CMake" guide: https://google.github.io/googletest/quickstart-cmake.html | ||||
* | added tests, optimized text parsing for <script> | Sky Morey | 2019-08-18 | 1 | -1/+0 |
| | |||||
* | Added testing | Sky Morey | 2019-08-17 | 1 | -0/+165 |