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

Unified Diff: bower_components/marked/test/tests/code_blocks.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/code_blocks.html
diff --git a/bower_components/marked/test/tests/code_blocks.html b/bower_components/marked/test/tests/code_blocks.html
deleted file mode 100644
index 32703f5cb48a57b90de2e85d3455aaa3f2ff2d58..0000000000000000000000000000000000000000
--- a/bower_components/marked/test/tests/code_blocks.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<pre><code>code block on the first line
-</code></pre>
-
-<p>Regular text.</p>
-
-<pre><code>code block indented by spaces
-</code></pre>
-
-<p>Regular text.</p>
-
-<pre><code>the lines in this block
-all contain trailing spaces
-</code></pre>
-
-<p>Regular Text.</p>
-
-<pre><code>code block on the last line
-</code></pre>
« no previous file with comments | « bower_components/marked/test/tests/case_insensitive_refs.text ('k') | bower_components/marked/test/tests/code_blocks.text » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698