Re: [url-tests] URL: change null password handling (#4405)

One additional test seems to need a change. If we update whatwg-url to follow the latest spec, we get

```
 1) Web platform tests parsing <http://::@c@d:2> against <http://example.org/foo/bar>:

      AssertionError: href
      + expected - actual

      -http://%40c:%3A@d:2/
      +http://:%3A%40c@d:2/
```

Of course this might be a bug in whatwg-url's spec translation or in the new spec.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4405#issuecomment-269654674

Received on Thursday, 29 December 2016 16:27:01 UTC