diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-28 11:17:15 -0800 | 
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-28 11:18:05 -0800 | 
| commit | f53e0a44ce6bd9457d042d191524e0ea2f773b33 (patch) | |
| tree | 681e65e2adf36591fb3cfdb6370603f5c922f29a /tests | |
| parent | 2e00ca20de28598399bbcba8e45dc09366ae9db4 (diff) | |
| download | pandoc-f53e0a44ce6bd9457d042d191524e0ea2f773b33.tar.gz | |
DocBook writer:  for linebreak, but newline in literallayout.
Closes #725.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/writer.docbook | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/writer.docbook b/tests/writer.docbook index 54d27f789..d8a5c505b 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -67,7 +67,8 @@      Here’s one with a bullet. * criminey.    </para>    <para> -    There should be a hard line break<literallayout></literallayout>here. +    There should be a hard line break<literallayout> +</literallayout>here.    </para>  </sect1>  <sect1 id="block-quotes"> | 
