| Index: samples/markdown/test/markdown_test.dart
|
| diff --git a/samples/markdown/test/markdown_test.dart b/samples/markdown/test/markdown_test.dart
|
| index 6e6f6e869293d3fd9bdd3c29f841408d1aff246a..31792e15ce9c6870cfb98dc2ea1ee022f2149da1 100644
|
| --- a/samples/markdown/test/markdown_test.dart
|
| +++ b/samples/markdown/test/markdown_test.dart
|
| @@ -778,7 +778,7 @@ cleanUpLiteral(String text) {
|
| }
|
| }
|
|
|
| - return Strings.join(lines, '\n');
|
| + return lines.join('\n');
|
| }
|
|
|
| /// Does a loose comparison of the two strings of HTML. Ignores differences in
|
|
|