diff options
author | Gerry LaMontagne <gjlama94@gmail.com> | 2010-09-02 20:12:07 -0400 |
---|---|---|
committer | Gerry LaMontagne <gjlama94@gmail.com> | 2010-09-02 20:12:07 -0400 |
commit | b15aeef1c4dbfb2f6bda88eb3c94b730074e1903 (patch) | |
tree | ae2e5a22ef5ab13f4e36bd0602970f67a4797598 /tests/misc/block_html_simple.html | |
parent | 0887ea58b0c2221c1328ad087b3bf5ee292fc402 (diff) | |
download | markdown-b15aeef1c4dbfb2f6bda88eb3c94b730074e1903.tar.gz markdown-b15aeef1c4dbfb2f6bda88eb3c94b730074e1903.tar.bz2 markdown-b15aeef1c4dbfb2f6bda88eb3c94b730074e1903.zip |
Added test files for bug fix to ticket 62
Diffstat (limited to 'tests/misc/block_html_simple.html')
-rw-r--r-- | tests/misc/block_html_simple.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/misc/block_html_simple.html b/tests/misc/block_html_simple.html new file mode 100644 index 0000000..dce68bc --- /dev/null +++ b/tests/misc/block_html_simple.html @@ -0,0 +1,10 @@ +<p>foo</p> + +<ul> +<li> +<p>bar</p> +</li> +<li> +<p>baz</p> +</li> +</ul>
\ No newline at end of file |