From bca0d6bf8b26707431c936ed51419358b9e57749 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 7 Jun 2011 09:45:16 -0400 Subject: Fixed #19. Improved Start Emphasis regex. --- tests/misc/em_strong.html | 3 ++- tests/misc/em_strong.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/misc') diff --git a/tests/misc/em_strong.html b/tests/misc/em_strong.html index 75c92d8..776381b 100644 --- a/tests/misc/em_strong.html +++ b/tests/misc/em_strong.html @@ -7,4 +7,5 @@

three asterisks: ***

with spaces: * * *

three underscores: ___

-

with spaces: _ _ _

\ No newline at end of file +

with spaces: _ _ _

+

One char: a

\ No newline at end of file diff --git a/tests/misc/em_strong.txt b/tests/misc/em_strong.txt index d0774ad..1285665 100644 --- a/tests/misc/em_strong.txt +++ b/tests/misc/em_strong.txt @@ -18,3 +18,4 @@ three underscores: ___ with spaces: _ _ _ +One char: _a_ -- cgit v1.2.3