From 0d546c29f28f6c185105a06d0fb3669f7647b9f2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Jun 2016 21:48:31 -0700 Subject: Updated spec and pathological tests for changes in strong/emph parsing. --- test/pathological_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathological_tests.py') diff --git a/test/pathological_tests.py b/test/pathological_tests.py index f3aa5a2..b033308 100644 --- a/test/pathological_tests.py +++ b/test/pathological_tests.py @@ -43,7 +43,7 @@ pathological = { re.compile("(\[ a_){50000}")), "hard link/emph case": ("**x [a*b**c*](d)", - re.compile("\\*\\*x abc")), + re.compile("\\*\\*x ab\\*\\*c")), "nested brackets": (("[" * 50000) + "a" + ("]" * 50000), re.compile("\[{50000}a\]{50000}")), -- cgit v1.2.3