| Index: pkg/path/test/url_test.dart
|
| diff --git a/pkg/path/test/url_test.dart b/pkg/path/test/url_test.dart
|
| index 27691d8523c82ea370b3a58d2a68c91dae92de06..d75377e52807bce1da9ab90a3a2f8952d2c2a165 100644
|
| --- a/pkg/path/test/url_test.dart
|
| +++ b/pkg/path/test/url_test.dart
|
| @@ -37,6 +37,7 @@ main() {
|
| expect(context.rootPrefix('http://dartlang.org'), 'http://dartlang.org');
|
| expect(context.rootPrefix('file://'), 'file://');
|
| expect(context.rootPrefix('/'), '/');
|
| + expect(context.rootPrefix('foo/bar://'), '');
|
| });
|
|
|
| test('dirname', () {
|
|
|