From 83d2a5131d1d04793854244a884e0595bc4f835d Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Mon, 18 Feb 2019 15:49:36 -0500 Subject: Docx reader tests: fix test file with trailing space. This failed due to the fix of #5273. --- test/docx/lists_level_override.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3