summaryrefslogtreecommitdiff
path: root/test/command/3348.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3348.md')
-rw-r--r--test/command/3348.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/3348.md b/test/command/3348.md
new file mode 100644
index 000000000..1457373c8
--- /dev/null
+++ b/test/command/3348.md
@@ -0,0 +1,17 @@
+```
+% pandoc -t native --columns=72
+ ----- ------------------------------------------------
+ foo bar
+
+ foo this is a long
+ line of text
+ ----- ------------------------------------------------
+^D
+[Table [] [AlignRight,AlignLeft] [8.333333333333333e-2,0.6666666666666666]
+ [[]
+ ,[]]
+ [[[Plain [Str "foo"]]
+ ,[Plain [Str "bar"]]]
+ ,[[Plain [Str "foo"]]
+ ,[Plain [Str "this",Space,Str "is",Space,Str "a",Space,Str "long",SoftBreak,Str "line",Space,Str "of",Space,Str "text"]]]]]
+```