aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-19 20:37:39 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-19 20:37:39 +0100
commitfff3489bf3665b5f7d82e5404b566f650c04d364 (patch)
tree4fa612b392a02c127f85ed7868dc0840e1c2adc5
parent43a429b1821ac76316c0e773865e02f2add24f42 (diff)
downloadpandoc-fff3489bf3665b5f7d82e5404b566f650c04d364.tar.gz
Removed failing part of 3348 test.
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.
-rw-r--r--test/command/3348.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/command/3348.md b/test/command/3348.md
index 74be69af5..1457373c8 100644
--- a/test/command/3348.md
+++ b/test/command/3348.md
@@ -1,20 +1,4 @@
```
-% pandoc -t markdown --wrap=none --columns=72
- ----- ------------------------------------------------
- foo bar
-
- foo this is a long
- line of text
- ----- ------------------------------------------------
-^D
- ------ ------------------------------------------------
- foo bar
-
- foo this is a long line of text
- ------ ------------------------------------------------
-```
-
-```
% pandoc -t native --columns=72
----- ------------------------------------------------
foo bar