| Index: pkg/glob/test/parse_test.dart
|
| diff --git a/pkg/glob/test/parse_test.dart b/pkg/glob/test/parse_test.dart
|
| index fcaa5b4645781f870aee9bb3aa347166ac46aea9..498d0356d9292832113417b4a509feca66f36afa 100644
|
| --- a/pkg/glob/test/parse_test.dart
|
| +++ b/pkg/glob/test/parse_test.dart
|
| @@ -8,7 +8,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| void main() {
|
| test("supports backslash-escaped characters", () {
|
| - expect(r"\*[]{,}?()", contains(new Glob(r"\\\*\[\]\{\,\}\?\(\)")));
|
| + expect(r"*[]{,}?()", contains(new Glob(r"\*\[\]\{\,\}\?\(\)")));
|
| if (p.style != p.Style.windows) {
|
| expect(r"foo\bar", contains(new Glob(r"foo\\bar")));
|
| }
|
|
|