aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4320.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/4320.md b/test/command/4320.md
new file mode 100644
index 000000000..5b0eeb5c1
--- /dev/null
+++ b/test/command/4320.md
@@ -0,0 +1,15 @@
+```
+% pandoc -f native -t rst --wrap=none
+[Table [] [AlignDefault,AlignDefault] [0.47368421052631576,0.5263157894736842]
+ [[Plain [Str "one"]]
+ ,[Plain [Str "two"]]]
+ [[[Plain [Str "ports"]]
+ ,[BlockQuote
+ [Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
+^D
++-------+--------------------------------------+
+| one | two |
++=======+======================================+
+| ports | **thisIsGoingToBeTooLongAnyway** |
++-------+--------------------------------------+
+```