Chromium Code Reviews| Index: tests/corelib/uri_scheme_test.dart |
| diff --git a/tests/corelib/uri_scheme_test.dart b/tests/corelib/uri_scheme_test.dart |
| index f8166246fd1deb101b90c2a86b8610b89a3a8abd..c690e7e3c24c8294b618aad14a54b57c2f6b364d 100644 |
| --- a/tests/corelib/uri_scheme_test.dart |
| +++ b/tests/corelib/uri_scheme_test.dart |
| @@ -20,6 +20,7 @@ void testScheme() { |
| test("http", "http:", "http"); |
| test("http", "http:", "HTTP"); |
| + test("http", "http:", "hTTP"); |
|
Lasse Reichstein Nielsen
2014/09/04 05:57:14
Please add "Http" as well.
Anders Johnsen
2014/09/04 06:27:57
Done.
|
| test("http+ssl", "http+ssl:", "HTTP+ssl"); |
| test("urn", "urn:", "urn"); |
| test("urn", "urn:", "UrN"); |