Skip to content

Commit 8d4335f

Browse files
committed
add some more tests
1 parent 17f202d commit 8d4335f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

fetch/data-urls/resources/data-urls.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,23 @@
131131
"",
132132
[87, 65]],
133133
["data:; base64,WA",
134-
"text/plain",
135-
[87, 65]],
134+
"",
135+
[88]],
136+
["data:; base64,WA",
137+
"",
138+
[88]],
139+
["data: ;charset=x ; base64,WA",
140+
"text/plain;charset=x",
141+
[88]],
136142
["data:;base64;,WA",
137143
"text/plain",
138144
[87, 65]],
139145
["data:;base64 ,WA",
140146
"",
141147
[88]],
148+
["data:;base64 ,WA",
149+
"",
150+
[88]],
142151
["data:;base 64,WA",
143152
"text/plain",
144153
[87, 65]],

0 commit comments

Comments
 (0)