summaryrefslogtreecommitdiff
path: root/tests/haddock-reader.haddock
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-04-08 09:08:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-04-08 09:08:41 -0700
commit129899647eb05e8b8f7fecdf09027088e405bc1a (patch)
treee0cbefce228d73aec316865bd22c21d388a26fd3 /tests/haddock-reader.haddock
parent2c9ea89ff78bb3b22c0b6e0f095b4a5fba67d691 (diff)
Fixed haddock test output.
- omit extra spaces in list items - correct line breaks in ghci output
Diffstat (limited to 'tests/haddock-reader.haddock')
-rw-r--r--tests/haddock-reader.haddock2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/haddock-reader.haddock b/tests/haddock-reader.haddock
index 63669022b..c4f6d6c36 100644
--- a/tests/haddock-reader.haddock
+++ b/tests/haddock-reader.haddock
@@ -30,7 +30,7 @@ Haddock supports REPL examples:
55
>>> putStrLn "foo\nbar"
foo
-bar
+bar
That was /really cool/!
I had no idea @fib 10 = 55@.