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

Unified Diff: test/selector_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
« pubspec.yaml ('K') | « test/nested_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/selector_test.dart
diff --git a/test/selector_test.dart b/test/selector_test.dart
index 3f764e70a85a7e13dd643c3da87909f0b4e5bd07..43a5a358aff22467ceef652cfcac484f67a8e1b8 100644
--- a/test/selector_test.dart
+++ b/test/selector_test.dart
@@ -27,8 +27,8 @@ void testSelectorSuccesses() {
expect(errors.isEmpty, true, reason: errors.toString());
expect('.foobar .a-story .xyzzy', compactOuptut(selectorAst));
- selectorAst = selector('.foobar .xyzzy .a-story .b-story',
- errors: errors..clear());
+ selectorAst =
+ selector('.foobar .xyzzy .a-story .b-story', errors: errors..clear());
expect(errors.isEmpty, true, reason: errors.toString());
expect('.foobar .xyzzy .a-story .b-story', compactOuptut(selectorAst));
@@ -56,7 +56,7 @@ void testSelectorFailures() {
expect(errors.isEmpty, false);
expect(errors[0].toString(),
'error on line 1, column 9: name must start with a alpha character, but '
- 'found a number\n'
+ 'found a number\n'
'.foobar .1a-story .xyzzy\n'
' ^^');
}
« pubspec.yaml ('K') | « test/nested_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698