aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-04-14 21:39:05 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-04-14 21:39:05 -0700
commit5c03275a632767f300be371c6c15fcb2f905e897 (patch)
tree57d6d14086df4e51c613f0ea37871af1d3ea0782 /tests
parent7d7bc2cb79278dc1420a6bb883b0cd8318845c42 (diff)
downloadpandoc-5c03275a632767f300be371c6c15fcb2f905e897.tar.gz
Haddock reader improvements.
- Correctly handle ghci sessions. - Fixed spacing issues. - Simplified code.
Diffstat (limited to 'tests')
-rw-r--r--tests/haddock-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/haddock-reader.native b/tests/haddock-reader.native
index fdf0c1656..65d4a0b20 100644
--- a/tests/haddock-reader.native
+++ b/tests/haddock-reader.native
@@ -28,4 +28,4 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[[Plain [Str "The",Space,Str "description",Space,Str "of",Space,Code ("",[],[]) "bar",Str "."]]])]
,Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "link:",Space,Link [Str "http://haskell.org"] ("http://haskell.org","http://haskell.org")]
,Para [Link [Str "Haskell"] ("http://haskell.org","http://haskell.org"),Space,Str "is",Space,Str "a",Space,Str "fun",Space,Str "language!"]
-,Para [Link [Str "Click Here!"] ("http://example.com","http://example.com")]]
+,Para [Link [Str "Click",Space,Str "Here!"] ("http://example.com","http://example.com")]]