Skip to content

Commit

Permalink
Header-only test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvilbrandt committed Nov 22, 2019
1 parent c9ba747 commit 7f91f76
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/tm-cases/wiki_tables.html
Expand Up @@ -50,6 +50,19 @@ <h1>With header row</h1>
</tbody>
</table>

<h1>With only header row</h1>

<table>
<thead>
<tr>
<th>Name</th>
<th>Class</th>
<th>Race</th>
<th>Level</th>
</tr>
</thead>
</table>

<h1>With header row, alternate spacing</h1>

<table>
Expand Down
4 changes: 4 additions & 0 deletions test/tm-cases/wiki_tables.text
Expand Up @@ -9,6 +9,10 @@
|| Vlad || Barbarian || Dragonborn || 12 ||
|| Jimbo || Rogue || Halfling || 13 ||

# With only header row

||~ Name ||~ Class ||~ Race ||~ Level ||

# With header row, alternate spacing

|| ~Name || ~Class || ~Race || ~Level ||
Expand Down

0 comments on commit 7f91f76

Please sign in to comment.