From f4fb5bd943b732dc4e953146e8b6e603eb310ea4 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Thu, 25 Jul 2019 00:20:59 +0200 Subject: [PATCH] Add type 7 HTML block tests --- tests/data/markup_end_conditions.html | 24 +++++++++++++++++ tests/data/markup_end_conditions.md | 38 +++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/tests/data/markup_end_conditions.html b/tests/data/markup_end_conditions.html index 90d2112..6628d22 100644 --- a/tests/data/markup_end_conditions.html +++ b/tests/data/markup_end_conditions.html @@ -334,4 +334,28 @@ bar

foo

foo

bar

+

foo

+
+ + +bar +

foo

+ +--> +bar +

foo

+ +?> +bar +

foo

+ +> +bar +

foo

+ +]]> +bar +

foo

+ +

bar

foo

\ No newline at end of file diff --git a/tests/data/markup_end_conditions.md b/tests/data/markup_end_conditions.md index 0f8c942..1073354 100644 --- a/tests/data/markup_end_conditions.md +++ b/tests/data/markup_end_conditions.md @@ -480,4 +480,42 @@ foo bar +foo + +--- + + + +bar + +foo + + +--> +bar + +foo + + +?> +bar + +foo + + +> +bar + +foo + + +]]> +bar + +foo + + + +bar + foo \ No newline at end of file