aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/tests/php/Inline HTML (Simple).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 (Simple).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 (Simple).text')
-rw-r--r--markdown/tests/php/Inline HTML (Simple).text15
1 files changed, 15 insertions, 0 deletions
diff --git a/markdown/tests/php/Inline HTML (Simple).text b/markdown/tests/php/Inline HTML (Simple).text
new file mode 100644
index 0000000..9177105
--- /dev/null
+++ b/markdown/tests/php/Inline HTML (Simple).text
@@ -0,0 +1,15 @@
+With some attributes:
+
+<div id="test">
+ foo
+</div>
+
+<div id="test"
+ class="nono">
+ foo
+</div>
+
+Hr's:
+
+<hr class="foo"
+ id="bar" >