Chromium Code Reviews

Side by Side Diff: packages/dart_style/test/regression/0000/0025.stmt

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 >>>
2 return _parseHtml(content, id.path, logger,
3 checkDocType: options.isHtmlEntryPoint(id));
4 <<<
5 return _parseHtml(content, id.path, logger,
6 checkDocType: options.isHtmlEntryPoint(id));
7 >>> (indent 8)
8 return _parseHtml(content, id.path, logger,
9 checkDocType: options.isHtmlEntryPoint(id));
10 <<<
11 return _parseHtml(content, id.path, logger,
12 checkDocType: options.isHtmlEntryPoint(id));
13 >>> (indent 8)
14 logger.warning(HTML5_WARNING.create({'message': e.message}),
15 span: e.span);
16 <<<
17 logger.warning(HTML5_WARNING.create({'message': e.message}),
18 span: e.span);
19 >>> (indent 2)
20 return builder.relative(builder.join('/', id.path),
21 from: builder.join('/', builder.dirname(sourceId.path)));
22 <<<
23 return builder.relative(builder.join('/', id.path),
24 from: builder.join('/', builder.dirname(sourceId.path)));
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0000/0023.stmt ('k') | packages/dart_style/test/regression/0000/0026.stmt » ('j') | no next file with comments »

Powered by Google App Engine