| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 092c6c4 commit 76991c0
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ Last update: | |||
| 12 | 12 | ||
| 13 | 13 | - console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console | |
| 14 | 14 | - encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding | |
| 15 | - - url: https://github.com/web-platform-tests/wpt/tree/33e4ac0902/url | ||
| 15 | + - url: https://github.com/web-platform-tests/wpt/tree/54c6d64be0/url | ||
| 16 | 16 | - resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources | |
| 17 | 17 | - interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/interfaces | |
| 18 | 18 | - html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -200,6 +200,8 @@ test(function() { | |||
| 200 | 200 | { "input": {"+": "%C2"}, "output": [["+", "%C2"]], "name": "object with +" }, | |
| 201 | 201 | { "input": {c: "x", a: "?"}, "output": [["c", "x"], ["a", "?"]], "name": "object with two keys" }, | |
| 202 | 202 | { "input": [["c", "x"], ["a", "?"]], "output": [["c", "x"], ["a", "?"]], "name": "array with two keys" }, | |
| 203 | + { "input": {"\uD835x": "1", "xx": "2", "\uD83Dx": "3"}, "output": [["\uFFFDx", "3"], ["xx", "2"]], "name": "2 unpaired surrogates (no trailing)" }, | ||
| 204 | + { "input": {"x\uDC53": "1", "x\uDC5C": "2", "x\uDC65": "3"}, "output": [["x\uFFFD", "3"]], "name": "3 unpaired surrogates (no leading)" }, | ||
| 203 | 205 | { "input": {"a\0b": "42", "c\uD83D": "23", "d\u1234": "foo"}, "output": [["a\0b", "42"], ["c\uFFFD", "23"], ["d\u1234", "foo"]], "name": "object with NULL, non-ASCII, and surrogate keys" } | |
| 204 | 206 | ].forEach((val) => { | |
| 205 | 207 | test(() => { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | "path": "encoding" | |
| 9 | 9 | }, | |
| 10 | 10 | "url": { | |
| 11 | - "commit": "33e4ac09029c463ea6ee57d6f33477a9043e98e8", | ||
| 11 | + "commit": "54c6d64be071c60baaad8c4da0365b962ffbe77c", | ||
| 12 | 12 | "path": "url" | |
| 13 | 13 | }, | |
| 14 | 14 | "resources": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments