diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-18 15:49:36 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-18 15:49:36 -0500 |
commit | 83d2a5131d1d04793854244a884e0595bc4f835d (patch) | |
tree | e9602634988faef093b0a7b27584e104ede41234 /test/docx | |
parent | 9a1a3fe482dde2f5d2a2e86489dd4006bd861025 (diff) | |
download | pandoc-83d2a5131d1d04793854244a884e0595bc4f835d.tar.gz |
Docx reader tests: fix test file with trailing space.
This failed due to the fix of #5273.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/lists_level_override.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/docx/lists_level_override.native b/test/docx/lists_level_override.native index 325a5d32e..6919e6c8d 100644 --- a/test/docx/lists_level_override.native +++ b/test/docx/lists_level_override.native @@ -27,7 +27,7 @@ [[BlockQuote [Para [Str "Code",Space,Str "documentation"]]]] ,BlockQuote - [Para [Strong [Str "Goal:",Space,Str "Useful,",Space,Str "consistent,",Space,Str "tool",Space,Str "supported",Space,Str "comments",Space]]] + [Para [Strong [Str "Goal:",Space,Str "Useful,",Space,Str "consistent,",Space,Str "tool",Space,Str "supported",Space,Str "comments"]]] ,Para [Strong [Str "\160"],Str "\160"] ,OrderedList (6,Decimal,Period) [[BlockQuote |