mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
add new test
This commit is contained in:
parent
779afd6245
commit
c19525f8cd
3 changed files with 31 additions and 0 deletions
7
resources/tests/readability/data-url-image/expected.html
Normal file
7
resources/tests/readability/data-url-image/expected.html
Normal file
File diff suppressed because one or more lines are too long
19
resources/tests/readability/data-url-image/source.html
Normal file
19
resources/tests/readability/data-url-image/source.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -156,6 +156,11 @@ async fn daringfireball_1() {
|
|||
run_test("daringfireball-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn data_url_image() {
|
||||
run_test("data-url-image").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue