From 5b0b21b51dec6a84bb05ceb88b49da8eebe234e8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Mar 2013 19:06:12 -0800 Subject: [PATCH] Added test for pipe table with spaces around header lines. --- tests/pipe-tables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipe-tables.txt b/tests/pipe-tables.txt index 929038ebb..79d79200f 100644 --- a/tests/pipe-tables.txt +++ b/tests/pipe-tables.txt @@ -9,7 +9,7 @@ Simplest table without caption: Simple table with caption: | Right | Left | Default | Center | -|------:|:-----|---------|:------:| +| ----: | :--- | ------- | :----: | | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 |