diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 12:21:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 12:58:31 -0800 |
commit | d6a4c70ef8c9a8f19a123a10e9570af66831180e (patch) | |
tree | 5790a7c5a0e534528da4346645a3feafd516ed39 /tests/writer.opendocument | |
parent | af7e78243682ec7c353dd202590c45c734f86ada (diff) | |
download | pandoc-d6a4c70ef8c9a8f19a123a10e9570af66831180e.tar.gz |
Test fixes.
Diffstat (limited to 'tests/writer.opendocument')
-rw-r--r-- | tests/writer.opendocument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 13383bd2e..5007c5635 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -1318,7 +1318,7 @@ though:</text:p> <text:p text:style-name="First_20_paragraph">As should this:</text:p> <text:p text:style-name="P48"><div>foo</div></text:p> <text:p text:style-name="First_20_paragraph">Now, nested:</text:p> -<text:p text:style-name="Text_20_body">foo </text:p> +<text:p text:style-name="Text_20_body">foo</text:p> <text:p text:style-name="Text_20_body">This should just be an HTML comment:</text:p> <text:p text:style-name="Text_20_body">Multiline:</text:p> |