summaryrefslogtreecommitdiff
path: root/tests/lhs-test.latex+lhs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-30 07:46:38 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-04-30 07:46:38 -0700
commit8201257b5c13f90f14aa529fac1b341fd1a900eb (patch)
tree3efbb91c78758764962ecc5d8da5cf88809f9813 /tests/lhs-test.latex+lhs
parent8d64109c8058ec3a06ee88aa6f2d7fcbe8de4ff5 (diff)
LaTeX writer: Fixed spacing in quote environments.
Closes #502. Previously you'd get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~ Now we get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r--tests/lhs-test.latex+lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs
index 4f8260ac3..b537e6eea 100644
--- a/tests/lhs-test.latex+lhs
+++ b/tests/lhs-test.latex+lhs
@@ -66,7 +66,6 @@ Block quote:
\begin{quote}
foo bar
-
\end{quote}
\end{document}