mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
add cnet-svg-classes test
This commit is contained in:
parent
3ece2522bb
commit
7b6d22ebc8
3 changed files with 685 additions and 0 deletions
18
resources/tests/readability/cnet-svg-classes/expected.html
Normal file
18
resources/tests/readability/cnet-svg-classes/expected.html
Normal file
File diff suppressed because one or more lines are too long
662
resources/tests/readability/cnet-svg-classes/source.html
Normal file
662
resources/tests/readability/cnet-svg-classes/source.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -131,6 +131,11 @@ async fn clean_links() {
|
||||||
run_test("clean-links").await
|
run_test("clean-links").await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[tokio::test]
|
||||||
|
async fn cnet_svg_classes() {
|
||||||
|
run_test("cnet-svg-classes").await
|
||||||
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn webmd_1() {
|
async fn webmd_1() {
|
||||||
run_test("webmd-1").await
|
run_test("webmd-1").await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue