Re: [whatwg/url] Editorial: add some URL parsing examples (#177)

domenic commented on this pull request.



> +   <th>Base
+   <th>Output
+  <tr>
+   <td><code>example</code>
+   <td><code>https://example.com/demo</code>
+   <td><code>https://example.com/example</code>
+  <tr>
+   <td><code>hello:world</code>
+   <td><code>https://example.com</code>
+   <td><code>hello:world</code>
+  <tr>
+   <td><code>https://example.com:demo</code>
+   <td>
+   <td>Failure
+  <tr>
+   <td><code>https:example.invalid</code>

Reminder to self: we should add this example but against about:blank since I am pretty sure (will check) that it results in `https://example.invalid/`.

-- 
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/177#pullrequestreview-13579258

Received on Monday, 19 December 2016 15:51:54 UTC