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

Unified Diff: packages/csslib/test/visitor_test.dart

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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
« no previous file with comments | « packages/csslib/test/var_test.dart ('k') | packages/dart_style/._AUTHORS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/csslib/test/visitor_test.dart
diff --git a/packages/csslib/test/visitor_test.dart b/packages/csslib/test/visitor_test.dart
index 16071c7d0d05fbb1c1ebb70f6265bcb4d4bdeee1..02784c40461b71a3c49783e04d83c5defd8e0569 100644
--- a/packages/csslib/test/visitor_test.dart
+++ b/packages/csslib/test/visitor_test.dart
@@ -60,9 +60,7 @@ void testClassVisitors() {
..visitTree(s);
expect(clsVisits.matches, true);
- expect(
- prettyPrint(s),
- r'''
+ expect(prettyPrint(s), r'''
.foobar1 {
}
.xyzzy .foo #my-div {
« no previous file with comments | « packages/csslib/test/var_test.dart ('k') | packages/dart_style/._AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698