You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -601,16 +601,6 @@ impl std::str::FromStr for Url {
601
601
mod test {
602
602
usesuper::*;
603
603
604
-
#[test]
605
-
fnspike_debug(){
606
-
// TODO: This is a spike test to see if the debug output is correct. Update or remove this test once clarified that the output is as expected - @chanced
607
-
let tests = [("https://www.ada-url.com/playground")];
608
-
for value in tests {
609
-
let url = Url::parse(value,None).expect("Should have parsed url");
0 commit comments