Explorar el Código

Auto merge of #425 - servo:rm-todo, r=SimonSapin

Remove rust-url-todo

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/425)
<!-- Reviewable:end -->
bors-servo hace 8 años
padre
commit
0ab3519379
Se han modificado 2 ficheros con 0 adiciones y 14 borrados
  1. BIN
      github.png
  2. 0 14
      rust-url-todo

BIN
github.png


+ 0 - 14
rust-url-todo

@@ -1,14 +0,0 @@
-* standalone path parsing?
-* Test setters
-  * Test trim C0/space
-  * Test remove tab & newline
-
-
-
-#[test]
-fn test_path_segments() {
-    let mut url = Url::parse("http://example.net").unwrap();
-    url.push_path_segment("foo").unwrap();
-    url.extend_path_segments(&["bar", "b/az"]).unwrap();
-    assert_eq!(url.as_str(), "http://example.net/foo");
-}