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

Unified Diff: test/nested_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/nested_test.dart
diff --git a/test/nested_test.dart b/test/nested_test.dart
index ef7cb46c4baf4561fdb5be7ee926bfe64926011b..c72666efd5cde28a57d9cb77b6d5a55494c8f33c 100644
--- a/test/nested_test.dart
+++ b/test/nested_test.dart
@@ -159,9 +159,9 @@ html, body {
color: #f00;
}
'''
-'html button span, body button span, html div span, body div span, '
-'html button a, body button a, html div a, body div a, html button ul, '
-r'''body button ul, html div ul, body div ul {
+ 'html button span, body button span, html div span, body div span, '
+ 'html button a, body button a, html div a, body div a, html button ul, '
+ r'''body button ul, html div ul, body div ul {
height: 200;
}
html table, body table {
@@ -215,8 +215,7 @@ div span { color: green; }
div > span[attr="foo"] { color: yellow; }
''';
- final generated =
-r'''div span {
+ final generated = r'''div span {
color: #008000;
}
#header {
« pubspec.yaml ('K') | « test/mixin_test.dart ('k') | test/selector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698