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

Unified Diff: test/parser_feature_test.dart

Issue 2252383002: Update failing test and status file (Closed) Base URL: git@github.com:dart-lang/html.git@master
Patch Set: Created 4 years, 4 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 | « .status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parser_feature_test.dart
diff --git a/test/parser_feature_test.dart b/test/parser_feature_test.dart
index 6d3af0ca785c5022a9e50ac1d1fe2199be0aefde..43a34266fbe7e932f21f94d11c187524786bd222 100644
--- a/test/parser_feature_test.dart
+++ b/test/parser_feature_test.dart
@@ -251,7 +251,7 @@ On line 4, column 3 of ParseError: Unexpected DOCTYPE. Ignored.
'ParserError on line 1, column 4: Unexpected non-space characters. '
'Expected DOCTYPE.\n'
'foo\n'
- ' ^');
+ ' ^');
});
test('Element.text', () {
« no previous file with comments | « .status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698