diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-22 01:56:33 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-22 01:56:33 -0400 |
commit | b3df3a38611fe4fd03fa2d4e38ba45ae7cf8fe08 (patch) | |
tree | 5b371036e26a2a7ac8d1fd5bfe4fe4ecf8c2c6eb | |
parent | 8e5bd9d851aa0f60462015f61e3980b134e3c131 (diff) | |
download | pandoc-b3df3a38611fe4fd03fa2d4e38ba45ae7cf8fe08.tar.gz |
Docx reader tests: Correct normalize test.
-rw-r--r-- | tests/docx.normalize.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docx.normalize.native b/tests/docx.normalize.native index fa34d0581..aeba672c4 100644 --- a/tests/docx.normalize.native +++ b/tests/docx.normalize.native @@ -1,2 +1,2 @@ [Para [Str "These",Space,Str "are",Space,Str "different",Space,Str "fonts."] -,Para [Strong [Str "These",Space,Emph [Str "are"]],Space,Strong [Emph [Strikeout [Str "different"]],Space,Str "fonts."]]] +,Para [Strong [Str "These",Space,Emph [Str "are",Space,Strikeout [Str "different"]],Space,Str "fonts."]]] |