Re: [whatwg/url] URL: trim leading slashes of file URL paths (#278)

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