mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Added test case to 3348 to try to figure out why appveyor build fails.
This commit is contained in:
@@ -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"]]]]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user