summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-29 21:31:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-29 21:31:44 -0700
commitaad618d9dbd68d5ea625945d23674befddf3a072 (patch)
tree59041fd81a80921a0925feebb24877a7ff6c4add /tests/Tests
parent45d26fd01adc3aa14dd090f3faedf9d47718b54f (diff)
parent1405e7b7091dedb50578c9e0cafd62f2c77ca689 (diff)
Merge pull request #1386 from jkr/hanging_indent
Fix hanging indent behavior
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 8c51217cf..a379bbf23 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -113,6 +113,10 @@ tests = [ testGroup "inlines"
"docx.block_quotes.docx"
"docx.block_quotes_parse_indent.native"
, testCompare
+ "hanging indents"
+ "docx.hanging_indent.docx"
+ "docx.hanging_indent.native"
+ , testCompare
"tables"
"docx.tables.docx"
"docx.tables.native"