From 7f91f7683268024f509b15aec37515ed8b52ee04 Mon Sep 17 00:00:00 2001 From: ryanvilbrandt Date: Thu, 21 Nov 2019 22:31:52 -0800 Subject: [PATCH] Header-only test --- test/tm-cases/wiki_tables.html | 13 +++++++++++++ test/tm-cases/wiki_tables.text | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/test/tm-cases/wiki_tables.html b/test/tm-cases/wiki_tables.html index cd04d795..64bc1b52 100644 --- a/test/tm-cases/wiki_tables.html +++ b/test/tm-cases/wiki_tables.html @@ -50,6 +50,19 @@

With header row

+

With only header row

+ + + + + + + + + + +
NameClassRaceLevel
+

With header row, alternate spacing

diff --git a/test/tm-cases/wiki_tables.text b/test/tm-cases/wiki_tables.text index e60c5c13..1128d4bf 100644 --- a/test/tm-cases/wiki_tables.text +++ b/test/tm-cases/wiki_tables.text @@ -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 ||