Docx reader tests: fix test file with trailing space.
This failed due to the fix of #5273.
This commit is contained in:
parent
9a1a3fe482
commit
83d2a5131d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue