diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 11:49:58 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 11:49:58 -0700 |
commit | b5d3b4f6089eac5320f08911e435a626f90a389d (patch) | |
tree | 23772e0a0db55e50640984127e65a25def49a469 /tests | |
parent | 8e747004e6b28ef2567963517451c9fb581256bd (diff) | |
parent | 125b0c73598ea40c271fa0c33c713a21a4f6d812 (diff) | |
download | pandoc-b5d3b4f6089eac5320f08911e435a626f90a389d.tar.gz |
Merge pull request #2255 from mchladek/odt_linebreak
Fix #2254 : OpenDocument writer adds space with hard line break
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.opendocument | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 944dc12f3..5007c5635 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -896,8 +896,7 @@ of a paragraph looked like a list item.</text:p> <text:p text:style-name="Text_20_body">Here’s one with a bullet. * criminey.</text:p> <text:p text:style-name="Text_20_body">There should be a hard line -break<text:line-break /> -here.</text:p> +break<text:line-break />here.</text:p> <text:p text:style-name="Horizontal_20_Line" /> <text:h text:style-name="Heading_20_1" text:outline-level="1">Block Quotes</text:h> |