From 6d25b176b81d976f571cb9e83686e399d1bcbe1d Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Sun, 24 Aug 2008 00:06:39 +0500 Subject: Oops, forgot to add mismatched-tags test. --- tests/misc/mismatched-tags.html | 13 ++++++++++++- tests/misc/mismatched-tags.txt | 6 ++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/misc/mismatched-tags.html b/tests/misc/mismatched-tags.html index 792a8b9..cab7b4e 100644 --- a/tests/misc/mismatched-tags.html +++ b/tests/misc/mismatched-tags.html @@ -1,3 +1,14 @@ -

Some text

some more text
+

Some text

+ +
some more text

and a bit more

+

And this output

+ +

+ Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8: +

+

text


+ +

Should be in p

+ diff --git a/tests/misc/mismatched-tags.txt b/tests/misc/mismatched-tags.txt index 66b27f1..8e6a52f 100644 --- a/tests/misc/mismatched-tags.txt +++ b/tests/misc/mismatched-tags.txt @@ -1,3 +1,9 @@

Some text

some more text
and a bit more + +

And this output

*Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:* + +

text


+ +Should be in p -- cgit v1.2.3