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:
parent
873e081c33
commit
2189f527d7
8 changed files with 2579 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue