Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: test/extend_test.dart

Issue 998843003: pkg/csslib: formatting (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« pubspec.yaml ('K') | « test/error_test.dart ('k') | test/mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698