aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-01-18 21:41:23 -0500
committerWaylan Limberg <waylan@gmail.com>2012-01-18 21:41:23 -0500
commit01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95 (patch)
tree6fbcc9d7f729e98a51e4764c22f8d85af0b60165 /tests/safe_mode
parentc33dbafc2663e2d495c53ab0bf26f5f6c4087863 (diff)
downloadmarkdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.tar.gz
markdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.tar.bz2
markdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.zip
Cleaned up tests after merging pull request fixing #72.
Diffstat (limited to 'tests/safe_mode')
-rw-r--r--tests/safe_mode/html_then_blockquote.html6
-rw-r--r--tests/safe_mode/html_then_blockquote.txt6
-rw-r--r--tests/safe_mode/link.html1
-rw-r--r--tests/safe_mode/link.txt1
4 files changed, 14 insertions, 0 deletions
diff --git a/tests/safe_mode/html_then_blockquote.html b/tests/safe_mode/html_then_blockquote.html
new file mode 100644
index 0000000..5833cd4
--- /dev/null
+++ b/tests/safe_mode/html_then_blockquote.html
@@ -0,0 +1,6 @@
+<p>to:</p>
+<p>&lt;td /&gt;&lt;td style=&quot;text-align: center; white-space: nowrap;&quot;&gt;&lt;br /&gt;</p>
+<blockquote>
+<p>3) You don't need to alter all localization files.
+ Adding the new labels to the en_US files will do it.</p>
+</blockquote> \ No newline at end of file
diff --git a/tests/safe_mode/html_then_blockquote.txt b/tests/safe_mode/html_then_blockquote.txt
new file mode 100644
index 0000000..544df67
--- /dev/null
+++ b/tests/safe_mode/html_then_blockquote.txt
@@ -0,0 +1,6 @@
+to:
+
+<td /><td style="text-align: center; white-space: nowrap;"><br />
+
+> 3) You don't need to alter all localization files.
+> Adding the new labels to the en_US files will do it.
diff --git a/tests/safe_mode/link.html b/tests/safe_mode/link.html
new file mode 100644
index 0000000..642f4be
--- /dev/null
+++ b/tests/safe_mode/link.html
@@ -0,0 +1 @@
+<p>&lt;here <a href="http://gmail.com">gmail.com</a> is a link&gt;</p> \ No newline at end of file
diff --git a/tests/safe_mode/link.txt b/tests/safe_mode/link.txt
new file mode 100644
index 0000000..28331a7
--- /dev/null
+++ b/tests/safe_mode/link.txt
@@ -0,0 +1 @@
+<here [gmail.com](http://gmail.com) is a link>