1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

fix strip unlikely table-child & add 2 new tests

This commit is contained in:
Jan Lukas Gernert 2023-03-26 11:54:13 +02:00
parent 873e081c33
commit 2189f527d7
8 changed files with 2579 additions and 4 deletions

View file

@ -257,6 +257,16 @@ async fn js_link_replacement() {
run_test("js-link-replacement").await
}
#[tokio::test]
async fn keep_images() {
run_test("keep-images").await
}
#[tokio::test]
async fn keep_tabular_data() {
run_test("keep-tabular-data").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await