Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: tests/standalone/io/http_body_test.dart

Issue 18576006: Remove _HttpUtils from dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698