summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-23 16:54:24 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-23 16:54:47 +0100
commita939cfe769408ec41aee7ebe5ce4d36f5160d7d1 (patch)
tree869d9e83a9e35c6e25a8576bb842f81520fb9583 /test
parente92941a9ca75560d6de99b86061492ec49ef1525 (diff)
Pipe tables: impose minimum cell size.
This might help with #3526. At any rate, it fixes another bug (see test/command/3526.md).
Diffstat (limited to 'test')
-rw-r--r--test/command/3526.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/3526.md b/test/command/3526.md
new file mode 100644
index 000000000..e197bcf32
--- /dev/null
+++ b/test/command/3526.md
@@ -0,0 +1,14 @@
+```
+% pandoc -t rst
++--+---+
+| | |
++--+---+
+| | |
++--+---+
+^D
++---+---+
+| | |
++---+---+
+| | |
++---+---+
+```