aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/main-element.dat
AgeCommit message (Collapse)Author
2023-08-19refactor: move html5lib test to own crate to fix `cargo test`Martin Fischer
Previously `cargo test` failed because it ran the test_html5lib integration test, which depends on the integration-tests feature (so you always had to run `cargo test` with `--features integration-tests` or `--all-features`, which was annoying). This commit moves the integration tests to another crate, so that the dependency on the feature can be properly defined in a way so that `cargo test` just works and runs the test.
2021-11-26re-add html5lib-testsMarkus Unterwaditzer
2021-11-26remove html5lib-testsMarkus Unterwaditzer
2021-11-24hello worldMarkus Unterwaditzer