| Index: test/extend_test.dart
|
| diff --git a/test/extend_test.dart b/test/extend_test.dart
|
| index 7136c45cc417e0dfae2c5773c62fafb06c160586..ed24b35e4a366f5ad8d0b3aa1ec7171c51853a2e 100644
|
| --- a/test/extend_test.dart
|
| +++ b/test/extend_test.dart
|
| @@ -7,7 +7,7 @@ library extend_test;
|
| import 'package:unittest/unittest.dart';
|
| import 'testing.dart';
|
|
|
| -var options = ['--warnings_as_errors', '--no-colors', 'memory'];
|
| +var options = ['--warnings_as_errors', '--no-colors', 'memory'];
|
|
|
| compileAndValidate(String input, String generated) {
|
| var errors = [];
|
| @@ -215,13 +215,13 @@ input.second + label {
|
| color: blue;
|
| }
|
| ''', '.btn + .btn, '
|
| - 'input.second + label + .btn, '
|
| - '.btn + input.second + label, '
|
| + 'input.second + label + .btn, '
|
| + '.btn + input.second + label, '
|
| 'input.second + label + input.second + label, '
|
| 'input.second + label + input.second + label {\n'
|
| - ' margin-left: 5px;\n}\n'
|
| - 'input.second + label {\n'
|
| - ' color: #00f;\n}');
|
| + ' margin-left: 5px;\n}\n'
|
| + 'input.second + label {\n'
|
| + ' color: #00f;\n}');
|
| }
|
|
|
| main() {
|
|
|