aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-04-11 11:16:58 -0700
committerWaylan Limberg <waylan@gmail.com>2012-04-11 11:16:58 -0700
commit81a25ffbe1f11377ccb76e3085059805972ab8a5 (patch)
treed0ab9859f5dba0cf1f3bdfbf2ffc1956a21dd6c6
parenta7e7bd60724e492432a6be51eb17e3896ef6d04d (diff)
parentde31d88c1f5e3bb87f77673435b831e7c699e503 (diff)
downloadmarkdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.tar.gz
markdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.tar.bz2
markdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.zip
Merge pull request #94 from fin/master
added a test for the previous pull request
-rw-r--r--tests/misc/ins-at-start-of-paragraph.html1
-rw-r--r--tests/misc/ins-at-start-of-paragraph.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/ins-at-start-of-paragraph.html b/tests/misc/ins-at-start-of-paragraph.html
new file mode 100644
index 0000000..a08524e
--- /dev/null
+++ b/tests/misc/ins-at-start-of-paragraph.html
@@ -0,0 +1 @@
+<p><ins>Hello, fellow developer</ins> this ins should be wrapped in a p.</p> \ No newline at end of file
diff --git a/tests/misc/ins-at-start-of-paragraph.txt b/tests/misc/ins-at-start-of-paragraph.txt
new file mode 100644
index 0000000..2aee0bc
--- /dev/null
+++ b/tests/misc/ins-at-start-of-paragraph.txt
@@ -0,0 +1 @@
+<ins>Hello, fellow developer</ins> this ins should be wrapped in a p.