summaryrefslogtreecommitdiff
path: root/tests/lhs-test.latex+lhs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-14 04:08:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-14 04:08:18 +0000
commit6033ea729c3f27265f7d28dc2aaa2073e6b99827 (patch)
tree96552adf4f94f4df8abb634aba41e54c1d079928 /tests/lhs-test.latex+lhs
parent0d2439949ea679c3be8918df356100b40f7be357 (diff)
Updated test suites: regular paragraph before block quote.
Note: rst writer doesn't handle block quote after code block properly. Ideally it would insert an empty comment to reset indentation. But this is not desirable in general before code blocks. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1540 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r--tests/lhs-test.latex+lhs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs
index 203955d1a..951cbb81f 100644
--- a/tests/lhs-test.latex+lhs
+++ b/tests/lhs-test.latex+lhs
@@ -29,8 +29,10 @@ pair and one arrow on the second item of the pair).
\begin{verbatim}
f *** g = first f >>> second g
\end{verbatim}
+Block quote:
+
\begin{quote}
-Here is a block quote section.
+foo bar
\end{quote}
\end{document}