From f51da9b5141f51e09519361bfc1752753a0b7fad Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Tue, 11 Feb 2014 01:04:31 +0900 Subject: [PATCH] invalid atx heading cases --- tests/data/atx_heading2.html | 8 ++++++++ tests/data/atx_heading2.md | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 tests/data/atx_heading2.html create mode 100644 tests/data/atx_heading2.md diff --git a/tests/data/atx_heading2.html b/tests/data/atx_heading2.html new file mode 100644 index 0000000..8ddad40 --- /dev/null +++ b/tests/data/atx_heading2.html @@ -0,0 +1,8 @@ +

check the validity of the headings

+

# +## +### +#### +##### +######

+

####### h7 is not valid #######

\ No newline at end of file diff --git a/tests/data/atx_heading2.md b/tests/data/atx_heading2.md new file mode 100644 index 0000000..6cbca60 --- /dev/null +++ b/tests/data/atx_heading2.md @@ -0,0 +1,10 @@ +check the validity of the headings + +# +## +### +#### +##### +###### + +####### h7 is not valid #######