| Index: packages/dart_style/test/regression/0000/0025.stmt
|
| diff --git a/packages/dart_style/test/regression/0000/0025.stmt b/packages/dart_style/test/regression/0000/0025.stmt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dbfde062e4a2db7d5e8c940e0e31a6ed46b5ac4f
|
| --- /dev/null
|
| +++ b/packages/dart_style/test/regression/0000/0025.stmt
|
| @@ -0,0 +1,24 @@
|
| +>>>
|
| +return _parseHtml(content, id.path, logger,
|
| + checkDocType: options.isHtmlEntryPoint(id));
|
| +<<<
|
| +return _parseHtml(content, id.path, logger,
|
| + checkDocType: options.isHtmlEntryPoint(id));
|
| +>>> (indent 8)
|
| + return _parseHtml(content, id.path, logger,
|
| + checkDocType: options.isHtmlEntryPoint(id));
|
| +<<<
|
| + return _parseHtml(content, id.path, logger,
|
| + checkDocType: options.isHtmlEntryPoint(id));
|
| +>>> (indent 8)
|
| + logger.warning(HTML5_WARNING.create({'message': e.message}),
|
| + span: e.span);
|
| +<<<
|
| + logger.warning(HTML5_WARNING.create({'message': e.message}),
|
| + span: e.span);
|
| +>>> (indent 2)
|
| + return builder.relative(builder.join('/', id.path),
|
| + from: builder.join('/', builder.dirname(sourceId.path)));
|
| +<<<
|
| + return builder.relative(builder.join('/', id.path),
|
| + from: builder.join('/', builder.dirname(sourceId.path)));
|
|
|