aboutsummaryrefslogtreecommitdiff
path: root/test/command/5700-metadata-file-1.yml
diff options
context:
space:
mode:
authorOwen McGrath <7798336+owm111@users.noreply.github.com>2019-08-24 11:41:25 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-24 09:41:25 -0700
commit92debe4b9e4bd578290cb24375693d644acb1744 (patch)
treecd0dc6846c714b043b5bed4f3ad02813c7d27d7b /test/command/5700-metadata-file-1.yml
parent5b11ca03e11a99e5514800644e6f8dc761c68026 (diff)
downloadpandoc-92debe4b9e4bd578290cb24375693d644acb1744.tar.gz
Change optMetadataFile type from Maybe to List (#5702)
Changed optMetadataFile from `Maybe FilePath` to `[FilePath]`. This allows for multiple YAML metadata files to be added. The new default value has been changed from `Nothing` to `[]`. To account for this change in `Text.Pandoc.App`, `metaDataFromFile` now operates on two `mapM` calls (for `readFileLazy` and `yamlToMeta`) and a fold. Added a test (command/5700.md) which tests this functionality and updated MANUAL.txt, as per the contributing guidelines. With the current behavior, using `foldr1 (<>)`, values within files specified first will be used over those in later files. (If the reverse of this behavior would be preferred, it should be fixed by changing foldr1 to foldl1.)
Diffstat (limited to 'test/command/5700-metadata-file-1.yml')
-rw-r--r--test/command/5700-metadata-file-1.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/command/5700-metadata-file-1.yml b/test/command/5700-metadata-file-1.yml
new file mode 100644
index 000000000..df64e99c5
--- /dev/null
+++ b/test/command/5700-metadata-file-1.yml
@@ -0,0 +1 @@
+title: Multiple metadata files test