[whatwg/url] "." filename stripped (#208)

```
http://domain/.
http://domain/.?query
```
currently parse to:
```
http://domain/
http://domain/?query
```
but the "." filename/dirname should be preserved. `./` is different.

-- 
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/issues/208

Received on Monday, 16 January 2017 18:53:42 UTC