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', () { |