```rust use url::Url; fn main() { println!("{:?}", Url::parse("http://\"")); } ``` Outputs: ``` Ok("http://\"/") ```