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

add new test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 11:56:41 +01:00
parent fa63d297f8
commit d9c92ea42c
3 changed files with 182 additions and 0 deletions

View file

@ -151,6 +151,11 @@ async fn comment_inside_script_parsing() {
run_test("comment-inside-script-parsing").await
}
#[tokio::test]
async fn daringfireball_1() {
run_test("daringfireball-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await