summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-03 22:39:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-03 22:39:55 -0800
commit39c69d0529a8578e3f30e4409d7e571a7730f3f3 (patch)
tree2fe7ef9f117311956a3d444bbf0f2a227a2b59c7 /test
parentfb6356e3aa7696183f6cbcb99e521ab74260124a (diff)
Added regression test for #177.
Diffstat (limited to 'test')
-rw-r--r--test/regression.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt
index d5a1e5d..d2d9335 100644
--- a/test/regression.txt
+++ b/test/regression.txt
@@ -66,3 +66,11 @@ hi
<h2>hi</h2>
````````````````````````````````
+Issue #177 - incorrect emphasis parsing
+
+```````````````````````````````` example
+a***b* c*
+.
+<p>a*<em><em>b</em> c</em></p>
+````````````````````````````````
+