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

Unified Diff: test/error_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/error_test.dart
diff --git a/test/error_test.dart b/test/error_test.dart
index f48906cd81cbb61ea97964b40ea5566dd6280ec5..363bf3d3b11d96e18fe44cd3362c3e51602421b1 100644
--- a/test/error_test.dart
+++ b/test/error_test.dart
@@ -223,7 +223,6 @@ error on line 1, column 18: Expected hex number
.foobar {
color: # 123 fff;
}''');
-
}
void testBadUnicode() {
@@ -239,7 +238,7 @@ void testBadUnicode() {
expect(errors.isEmpty, false);
expect(errors[0].toString(),
'error on line 3, column 20: unicode first range can not be greater than '
- 'last\n'
+ 'last\n'
' unicode-range: U+400-200;\n'
' ^^^^^^^');
« pubspec.yaml ('K') | « test/declaration_test.dart ('k') | test/extend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698