aboutsummaryrefslogtreecommitdiff
path: root/test/command/3516.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3516.md')
-rw-r--r--test/command/3516.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/3516.md b/test/command/3516.md
new file mode 100644
index 000000000..d547ddbb1
--- /dev/null
+++ b/test/command/3516.md
@@ -0,0 +1,15 @@
+Correctly handle empty row:
+```
+% pandoc -f markdown -t rst
++---+---+
+| 1 | 2 |
++---+---+
+| | |
++---+---+
+^D
++---+---+
+| 1 | 2 |
++---+---+
+| | |
++---+---+
+```