more region parsing

This commit is contained in:
Robin Appelman 2025-04-14 16:37:51 +02:00
commit 335c75cb12
6 changed files with 4268 additions and 5 deletions

View file

@ -35,6 +35,7 @@ fn test_parse_player_details_html(input: &str, name: &str) {
#[test_case("team_6929.html", "team_changed_name")]
#[test_case("team_32437.html", "team_empty_name_change")]
#[test_case("team_29228.html", "team_newlines_join_date")]
#[test_case("team_10763.html", "team_na_4v4")]
#[cfg(feature = "serde")]
fn test_parse_team_html(input: &str, name: &str) {
let body = read_to_string(format!("tests/data/{input}")).unwrap();