From 435221a9f36ac7d7ea2b1a618f992a45083bb445 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 17 Mar 2017 17:10:43 +0100 Subject: Added test case to 3348 to try to figure out why appveyor build fails. --- test/command/3348.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'test/command') diff --git a/test/command/3348.md b/test/command/3348.md index f580e7531..74be69af5 100644 --- a/test/command/3348.md +++ b/test/command/3348.md @@ -13,3 +13,21 @@ foo this is a long line of text ------ ------------------------------------------------ ``` + +``` +% 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"]]]]] +``` -- cgit v1.2.3