| Index: pkg/csslib/test/compiler_test.dart
|
| diff --git a/pkg/csslib/test/compiler_test.dart b/pkg/csslib/test/compiler_test.dart
|
| index f545a6d308bfaee26e444c8ca080c72544100aed..8d63f8b8dae4fc19f6bae3ee9096e902d773bb93 100644
|
| --- a/pkg/csslib/test/compiler_test.dart
|
| +++ b/pkg/csslib/test/compiler_test.dart
|
| @@ -591,7 +591,7 @@ div:nth-child(2n) { color : red; }
|
| expect(errors.isEmpty, true, reason: errors.toString());
|
| expect(prettyPrint(stylesheet), r'''
|
| html:lang(fr-ca) {
|
| - quotes: "\" " " \"";
|
| + quotes: '" ' ' "';
|
| }
|
| zoom {
|
| }
|
|
|