summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-22 01:56:33 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-22 01:56:33 -0400
commitb3df3a38611fe4fd03fa2d4e38ba45ae7cf8fe08 (patch)
tree5b371036e26a2a7ac8d1fd5bfe4fe4ecf8c2c6eb
parent8e5bd9d851aa0f60462015f61e3980b134e3c131 (diff)
Docx reader tests: Correct normalize test.
-rw-r--r--tests/docx.normalize.native2
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."]]]