mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-04 02:34:11 +02:00
improved region parsing
This commit is contained in:
parent
444482d57a
commit
2c6264ccf0
5 changed files with 3774 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ fn test_parse_player_details_html(input: &str, name: &str) {
|
|||
#[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")]
|
||||
#[test_case("team_11789.html", "team_space_region")]
|
||||
#[cfg(feature = "serde")]
|
||||
fn test_parse_team_html(input: &str, name: &str) {
|
||||
let body = read_to_string(format!("tests/data/{input}")).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue