Chromium Code Reviews

Side by Side Diff: bower_components/marked/test/tests/inline_html_comments.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <p>Paragraph one.</p>
2
3 <!-- This is a simple comment -->
4
5 <!--
6 This is another comment.
7 -->
8
9 <p>Paragraph two.</p>
10
11 <!-- one comment block -- -- with two comments -->
12
13 <p>The end.</p>
OLDNEW

Powered by Google App Engine