fff3489bf3
This was failing because of a small discrepancy in markdown table header line lengths on appveyor. It's a minor issue, I can't see what is causing it, and it's irrelevant to the issue this is testing, so we'll just write native for this test.
17 lines
496 B
Markdown
17 lines
496 B
Markdown
```
|
|
% 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"]]]]]
|
|
```
|