Commit 2b01138
url: TupleOrigin#toString use unicode by default
See: https://url.spec.whatwg.org/#dom-url-origin
Also moves the tests for origins to the parsing tests
since now URL#origin matches the test cases by default.
PR-URL: #10552
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 656ba86 commit 2b01138Copy full SHA for 2b01138
File tree
Expand file treeCollapse file tree
3 files changed
+25
-38
lines changedOpen diff view settings
Filter options
- lib/internal
- test/parallel
Expand file treeCollapse file tree
3 files changed
+25
-38
lines changedOpen diff view settings
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
| 69 | + |
| 70 | + |
70 | 71 | |
71 | 72 | |
72 | 73 | |
| ||
325 | 326 | |
326 | 327 | |
327 | 328 | |
328 | | - |
| 329 | + |
329 | 330 | |
330 | 331 | |
331 | 332 | |
|
Collapse file
test/parallel/test-whatwg-url-origin-for.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-url-origin-for.js-19Lines changed: 0 additions & 19 deletions
This file was deleted.
Collapse file
test/parallel/test-whatwg-url-parsing.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-url-parsing.js+22-17Lines changed: 22 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
16 | 30 | |
17 | 31 | |
18 | 32 | |
19 | 33 | |
20 | 34 | |
21 | | - |
| 35 | + |
| 36 | + |
22 | 37 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
| 38 | + |
| 39 | + |
27 | 40 | |
28 | 41 | |
29 | 42 | |
| ||
115 | 128 | |
116 | 129 | |
117 | 130 | |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
130 | 135 | |
131 | 136 | |
132 | 137 | |
|
0 commit comments