handle empty name changes

This commit is contained in:
Robin Appelman 2025-04-15 14:48:19 +02:00
commit bee06f18f9
6 changed files with 4071 additions and 5 deletions

View file

@ -39,6 +39,7 @@ fn test_parse_player_details_html(input: &str, name: &str) {
#[test_case("team_10763.html", "team_na_4v4")]
#[test_case("team_3975.html", "team_empty_player")]
#[test_case("team_2909.html", "team_1v1_sol")]
#[test_case("team_5058.html", "team_empty_name_change2")]
#[cfg(feature = "serde")]
fn test_parse_team_html(input: &str, name: &str) {
let body = read_to_string(format!("tests/data/{input}")).unwrap();