diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 16:22:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 16:22:31 -0800 |
commit | 202d848fb3a4da723aad81a56885e4e311889ce9 (patch) | |
tree | 82fdf4cb8e4e5e7e1b976022dbcd75ad23c93852 /tests/Tests | |
parent | 9ce70291c89cb34a4dbaeb27f94c26e6611cc6b1 (diff) | |
download | pandoc-202d848fb3a4da723aad81a56885e4e311889ce9.tar.gz |
Fixed tests.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index c27d30deb..c6b22af50 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -184,7 +184,7 @@ lhsWriterTests format , t "lhs to lhs" (format ++ "+lhs") ] where - t n f = test n ["--columns=78", "-r", "native", "-s", "-w", f] + t n f = test n ["--wrap=preserve", "-r", "native", "-s", "-w", f] "lhs-test.native" ("lhs-test" <.> f) lhsReaderTest :: String -> Test |