Skip to content

Commit

Permalink
Add failing test cases to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Mar 25, 2018
1 parent 77dc0a0 commit 913e047
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/data/setext_header_spaces.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h1>trailing space</h1>
<h2>trailing space</h2>
<h1>leading and trailing space</h1>
<h2>leading and trailing space</h2>
<h1>1 leading space</h1>
<h2>1 leading space</h2>
<h1>3 leading spaces</h1>
<h2>3 leading spaces</h2>
<p>too many leading spaces
==</p>
<p>too many leading spaces
--</p>
29 changes: 29 additions & 0 deletions test/data/setext_header_spaces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
trailing space
==

trailing space
--

leading and trailing space
==

leading and trailing space
--

1 leading space
==

1 leading space
--

3 leading spaces
==

3 leading spaces
--

too many leading spaces
==

too many leading spaces
--

0 comments on commit 913e047

Please sign in to comment.