Skip to content

Commit 4decd01

Browse files
authored
test: update web platform tests (#1075)
Co-authored-by: anonrig <1935246+anonrig@users.noreply.github.com>
1 parent 9881dda commit 4decd01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/wpt/percent-encoding.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
"utf-8": "%E2%88%92"
4040
}
4141
},
42+
{
43+
"input": "\u00A2",
44+
"output": {
45+
"iso-8859-2": "%26%23162%3B",
46+
"utf-8": "%C2%A2"
47+
}
48+
},
4249
{
4350
"input": "á|",
4451
"output": {

0 commit comments

Comments
 (0)