| Index: pkg/http_server/test/http_body_test.dart
|
| diff --git a/pkg/http_server/test/http_body_test.dart b/pkg/http_server/test/http_body_test.dart
|
| index 7f510e73426ae2436ef2d7fd4b0053a603b10651..150f1e578b36283848c989a57ffcd25ba6d67cbd 100644
|
| --- a/pkg/http_server/test/http_body_test.dart
|
| +++ b/pkg/http_server/test/http_body_test.dart
|
| @@ -238,8 +238,8 @@ File content\r
|
| test('application/x-www-form-urlencoded',
|
| '%E5%B9%B3%3D%E4%BB%AE%E5%90%8D=%E5%B9%B3%E4%BB%AE%E5%90%8D&b'
|
| '=%E5%B9%B3%E4%BB%AE%E5%90%8D'.codeUnits,
|
| - { 'b' : '平仮名',
|
| - '平=仮名' : '平仮名'},
|
| + { '平=仮名' : '平仮名',
|
| + 'b' : '平仮名' },
|
| "form");
|
|
|
| test('application/x-www-form-urlencoded',
|
|
|