mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-09 00:45:31 +02:00
add new test
This commit is contained in:
parent
c654f63319
commit
fa63d297f8
3 changed files with 60 additions and 0 deletions
|
@ -146,6 +146,11 @@ async fn cnn() {
|
|||
run_test("cnn").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn comment_inside_script_parsing() {
|
||||
run_test("comment-inside-script-parsing").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue