summaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorStephan Meijer <me@stephanmeijer.com>2023-05-09 10:06:36 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2023-05-09 11:41:42 -0700
commit9e8e016076f5e208761fa6423e34c423c81461e4 (patch)
tree8ac9c176558ffe3e2b4019abaf43ad9b54f8e102 /test/Tests
parentf1233888c591edb7eace135deaab9bbe1f22a09f (diff)
Rename test/docx/block_quotes_parse_indent.native for consistency
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/Docx.hs2
-rw-r--r--test/Tests/Writers/Docx.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs
index 607e72f1b..d9935967f 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -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"
diff --git a/test/Tests/Writers/Docx.hs b/test/Tests/Writers/Docx.hs
index e30a0a76e..e19a9465e 100644
--- a/test/Tests/Writers/Docx.hs
+++ b/test/Tests/Writers/Docx.hs
@@ -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"