Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: bower_components/marked/test/new/loose_lists.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, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bower_components/marked/test/new/loose_lists.html
diff --git a/bower_components/marked/test/new/loose_lists.html b/bower_components/marked/test/new/loose_lists.html
deleted file mode 100644
index c1bd82a26a5c6ea5e090c7c01637520815ae8b70..0000000000000000000000000000000000000000
--- a/bower_components/marked/test/new/loose_lists.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<ul>
-<li><p>hello
-world </p>
-
-<p>how
-are</p></li>
-<li>you </li>
-</ul>
-
-
-
-<p>better behavior:</p>
-
-<ul><li><p>hello</p> <ul><li><p>world
-how</p> <p>are
-you</p></li><li><p>today</p></li></ul></li><li>hi</li></ul>
-
-
-
-<ul>
-<li><p>hello</p></li>
-<li><p>world</p></li>
-<li>hi</li>
-</ul>
-
-
-
-<ul>
-<li>hello</li>
-<li><p>world</p></li>
-<li><p>hi</p></li>
-</ul>
-
-
-
-<ul>
-<li>hello</li>
-<li><p>world</p>
-
-<p>how</p></li>
-<li>hi</li>
-</ul>
-
-
-
-<ul>
-<li>hello</li>
-<li>world</li>
-<li><p>how</p>
-
-<p>are</p></li>
-</ul>
-
-
-
-<ul>
-<li>hello</li>
-<li><p>world</p></li>
-<li><p>how</p>
-
-<p>are</p></li>
-</ul>
« no previous file with comments | « bower_components/marked/test/new/list_item_text.text ('k') | bower_components/marked/test/new/loose_lists.text » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698