aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/tests/php/Inline HTML comments.text
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-06-15 22:40:48 -0400
committerWaylan Limberg <waylan@gmail.com>2009-06-15 22:40:48 -0400
commit831781c293a853d41307b4cff54c7deb4906d086 (patch)
tree34569d020130bf2e68d9a93192ad2cc53d89919b /markdown/tests/php/Inline HTML comments.text
parent43486f8575199cb43b4626d3bee20e826853bc03 (diff)
downloadmarkdown-831781c293a853d41307b4cff54c7deb4906d086.tar.gz
markdown-831781c293a853d41307b4cff54c7deb4906d086.tar.bz2
markdown-831781c293a853d41307b4cff54c7deb4906d086.zip
Added tests from php test framework. The tests are currently set to be skipped as most fail on various edge cases.
Diffstat (limited to 'markdown/tests/php/Inline HTML comments.text')
-rw-r--r--markdown/tests/php/Inline HTML comments.text9
1 files changed, 9 insertions, 0 deletions
diff --git a/markdown/tests/php/Inline HTML comments.text b/markdown/tests/php/Inline HTML comments.text
new file mode 100644
index 0000000..d57d00a
--- /dev/null
+++ b/markdown/tests/php/Inline HTML comments.text
@@ -0,0 +1,9 @@
+Paragraph one.
+
+<!-- double--dash (invalid SGML comment) -->
+
+Paragraph two.
+
+<!-- enclosed tag </div> -->
+
+The end.