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

Unified Diff: test/multipart_test.dart

Issue 2152793003: Remove an extra \r\n and fix a test. (Closed) Base URL: git@github.com:dart-lang/http@master
Patch Set: Created 4 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
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/multipart_test.dart
diff --git a/test/multipart_test.dart b/test/multipart_test.dart
index c9fcf6b83e429334e2346085ef6fc1de6069390d..8f908f938bff9e223aea23a350b03d999fbfa6d5 100644
--- a/test/multipart_test.dart
+++ b/test/multipart_test.dart
@@ -96,6 +96,7 @@ void main() {
--{{boundary}}
content-disposition: form-data; name="field"
content-type: text/plain; charset=utf-8
+ content-transfer-encoding: binary
vⱥlūe
--{{boundary}}--
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698