Skip to content

Commit

Permalink
Rename test/docx/block_quotes_parse_indent.native for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanMeijer authored and jgm committed May 9, 2023
1 parent f123388 commit 9e8e016
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Tests/Readers/Docx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ tests = [ testGroup "document"
, testCompare
"blockquotes (parsing indent as blockquote)"
"docx/block_quotes.docx"
"docx/block_quotes_parse_indent.native"
"docx/block_quotes.native"
, testCompare
"blockquotes (parsing indent relative to the indent of the parent style as blockquote)"
"docx/relative_indentation_blockquotes.docx"
Expand Down
2 changes: 1 addition & 1 deletion test/Tests/Writers/Docx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tests = [ testGroup "inlines"
, docxTest
"blockquotes"
def
"docx/block_quotes_parse_indent.native"
"docx/block_quotes.native"
"docx/golden/block_quotes.docx"
, docxTest
"tables"
Expand Down
File renamed without changes.

0 comments on commit 9e8e016

Please sign in to comment.