Update rust-url

This commit is contained in:
Keith Yeung 2016-02-01 19:49:26 -05:00
parent 9baa59a6b4
commit 9b23839394
28 changed files with 128 additions and 119 deletions

View file

@ -32,6 +32,6 @@ git = "https://github.com/servo/ipc-channel"
[dependencies]
cookie = "0.2"
hyper = "0.7"
url = "0.5.2"
url = "0.5.4"
time = "0.1"
flate2 = "0.2.0"

View file

@ -12,4 +12,4 @@ doctest = false
path = "../../../components/plugins"
[dependencies]
url = "0.5.2"
url = "0.5.4"

View file

@ -25,7 +25,7 @@ path = "../../../components/util"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
url = "0.5.2"
url = "0.5.4"
cssparser = "0.5"
selectors = "0.2"
string_cache = "0.2"

View file

@ -9,21 +9,9 @@
[Parsing: <data:test# »> against <about:blank>]
expected: FAIL
[Parsing: <http://GOOgoo.com> against <http://other.com/>]
expected: FAIL
[Parsing: <http://www.foo。bar.com> against <http://other.com/>]
expected: FAIL
[Parsing: <http://.com> against <http://other.com/>]
expected: FAIL
[Parsing: <http://你好你好> against <http://other.com/>]
expected: FAIL
[Parsing: <http://> against <http://other.com/>]
expected: FAIL
[Parsing: <foo://> against <http://example.org/foo/bar>]
expected: FAIL