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

Unified Diff: bower_components/marked/test/tests/toplevel_paragraphs.gfm.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. 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/tests/toplevel_paragraphs.gfm.html
diff --git a/bower_components/marked/test/tests/toplevel_paragraphs.gfm.html b/bower_components/marked/test/tests/toplevel_paragraphs.gfm.html
deleted file mode 100644
index 970c6f19f63d23d719761ae4ddc58aef77c170e3..0000000000000000000000000000000000000000
--- a/bower_components/marked/test/tests/toplevel_paragraphs.gfm.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<p>hello world
- how are you
- how are you</p>
-
-<p>hello world</p>
-<pre><code>how are you</code></pre>
-
-<p>hello world</p>
-<hr>
-
-<p>hello world</p>
-<h1 id="how-are-you">how are you</h1>
-
-<p>hello world</p>
-<h1 id="how-are-you">how are you</h1>
-
-<p>hello world</p>
-<blockquote><p>how are you</p></blockquote>
-
-<p>hello world</p>
-<ul><li>how are you</li></ul>
-
-<p>hello world</p>
-<div>how are you</div>
-
-<p>hello world
-<span>how are you</span></p>
-
-<p>hello <a href="/are/you">world</a>
-</p>
-
-<div>hello</div>
-
-<p><span>hello</span></p>
« no previous file with comments | « bower_components/marked/test/tests/tidyness.text ('k') | bower_components/marked/test/tests/toplevel_paragraphs.gfm.text » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698