Chromium Code Reviews| Index: tests/standalone/io/http_body_test.dart |
| diff --git a/tests/standalone/io/http_body_test.dart b/tests/standalone/io/http_body_test.dart |
| index 419e3810791f30a32b6b0165ea94151f7fa6aeaa..195f465cf0a4bb149056109dc9898e778c9f40de 100644 |
| --- a/tests/standalone/io/http_body_test.dart |
| +++ b/tests/standalone/io/http_body_test.dart |
| @@ -255,7 +255,7 @@ File content\r |
| test('application/x-www-form-urlencoded', |
| 'a=%F8+%26%23548%3B'.codeUnits, |
| - { 'a' : '\u{FFFD}Ȥ' }, |
| + { 'a' : '\u{FFFD} Ȥ' }, |
|
Lasse Reichstein Nielsen
2013/07/04 14:56:33
This is doing UTF-8 decoding, right?
The \u{FFFD}
Anders Johnsen
2013/07/05 09:51:28
Yes, I also think this is correct. Added those tes
|
| "form"); |
| test('application/x-www-form-urlencoded', |