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

Unified Diff: pkg/csslib/test/declaration_test.dart

Issue 428323003: Fix another csslib IE10 test failure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/csslib/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/test/declaration_test.dart
diff --git a/pkg/csslib/test/declaration_test.dart b/pkg/csslib/test/declaration_test.dart
index ce46f5d0288114713323912f0452fc4820f496af..857df4873298cbbacec41b0b4f2ebc39c041a974 100644
--- a/pkg/csslib/test/declaration_test.dart
+++ b/pkg/csslib/test/declaration_test.dart
@@ -1012,7 +1012,7 @@ void testHangs() {
expect(errorMessage.span, isNotNull);
expect(errorMessage.span.start.line, 7);
expect(errorMessage.span.start.column, 0);
- expect(errorMessage.span.text, '');
+ expect(errorMessage.span.text.trim(), '');
}
main() {
« no previous file with comments | « pkg/csslib/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698