Rename test/docx/block_quotes_parse_indent.native for consistency

This commit is contained in:
Stephan Meijer
2023-05-09 10:06:36 +00:00
committed by John MacFarlane
parent f1233888c5
commit 9e8e016076
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"