diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-04-08 09:08:41 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-04-08 09:08:41 -0700 |
commit | 129899647eb05e8b8f7fecdf09027088e405bc1a (patch) | |
tree | e0cbefce228d73aec316865bd22c21d388a26fd3 /tests/haddock-reader.haddock | |
parent | 2c9ea89ff78bb3b22c0b6e0f095b4a5fba67d691 (diff) | |
download | pandoc-129899647eb05e8b8f7fecdf09027088e405bc1a.tar.gz |
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.haddock | 2 |
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@. |