Skip to content

Commit 9e8e016

Browse files
StephanMeijerjgm
authored andcommitted
Rename test/docx/block_quotes_parse_indent.native for consistency
1 parent f123388 commit 9e8e016

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/Tests/Readers/Docx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ tests = [ testGroup "document"
316316
, testCompare
317317
"blockquotes (parsing indent as blockquote)"
318318
"docx/block_quotes.docx"
319-
"docx/block_quotes_parse_indent.native"
319+
"docx/block_quotes.native"
320320
, testCompare
321321
"blockquotes (parsing indent relative to the indent of the parent style as blockquote)"
322322
"docx/relative_indentation_blockquotes.docx"

test/Tests/Writers/Docx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tests = [ testGroup "inlines"
110110
, docxTest
111111
"blockquotes"
112112
def
113-
"docx/block_quotes_parse_indent.native"
113+
"docx/block_quotes.native"
114114
"docx/golden/block_quotes.docx"
115115
, docxTest
116116
"tables"

0 commit comments

Comments
 (0)