1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

add new test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 11:53:42 +01:00
parent c654f63319
commit fa63d297f8
3 changed files with 60 additions and 0 deletions

View file

@ -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