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

6 more tags & make seattletimes test consistent

This commit is contained in:
Jan Lukas Gernert 2023-04-01 18:14:05 +02:00
parent 0d6db710e8
commit cc6ff6d7e2
16 changed files with 3931 additions and 3 deletions

View file

@ -458,6 +458,36 @@ async fn social_buttons() {
run_test("social-buttons").await
}
#[tokio::test]
async fn style_tags_removal() {
run_test("style-tags-removal").await
}
#[tokio::test]
async fn svg_parsing() {
run_test("svg-parsing").await
}
#[tokio::test]
async fn table_style_attributes() {
run_test("table-style-attributes").await
}
#[tokio::test]
async fn title_and_h1_discrepancy() {
run_test("title-and-h1-discrepancy").await
}
#[tokio::test]
async fn tmz_1() {
run_test("tmz-1").await
}
#[tokio::test]
async fn telegraph() {
run_test("telegraph").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await