aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-29 11:15:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-29 11:15:34 -0700
commit8d4eebaff42cfe474042a7dafaa86950640b9e82 (patch)
treee1c58d8ac6442a3eb4cfa6015757226e860a48b9 /tests/Tests
parent4ddb8433a8326a872fd430d9aae7e2ba8ad7b051 (diff)
parent54708da371e767cd42598ea8f7fbd7d45c57421b (diff)
downloadpandoc-8d4eebaff42cfe474042a7dafaa86950640b9e82.tar.gz
Merge pull request #1463 from jkr/metadata
Make metadata out of styled pars
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 7b737f95a..b1a966969 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -164,5 +164,16 @@ tests = [ testGroup "inlines"
"docx.track_changes_deletion.docx"
"docx.track_changes_deletion_all.native"
]
+ , testGroup "metadata"
+ [ testCompareWithOpts def{readerStandalone=True}
+ "metadata fields"
+ "docx.metadata.docx"
+ "docx.metadata.native"
+ , testCompareWithOpts def{readerStandalone=True}
+ "stop recording metadata with normal text"
+ "docx.metadata_after_normal.docx"
+ "docx.metadata_after_normal.native"
+ ]
+
]