- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 22 Mar 2017 03:32:15 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 March 2017 10:32:50 UTC
When I implement this in whatwg-url I'm left with a single failing test and currently unsure as how to fix it:
```
1) Web platform tests parsing </..//localhost//pig> against <file://lion/>:
AssertionError: href
+ expected - actual
-file:///localhost//pig
+file://lion/localhost//pig
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/278#issuecomment-288358221
Received on Wednesday, 22 March 2017 10:32:50 UTC