diff options
Diffstat (limited to 'test/docx/zotero_citations_plus.native')
| -rw-r--r-- | test/docx/zotero_citations_plus.native | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/test/docx/zotero_citations_plus.native b/test/docx/zotero_citations_plus.native index 829fda8b7..3e7c50f5d 100644 --- a/test/docx/zotero_citations_plus.native +++ b/test/docx/zotero_citations_plus.native @@ -54,10 +54,12 @@ Pandoc ] ) , ( "id" , MetaString "10" ) - , ( "issue" , MetaString "18" ) + , ( "issue" , MetaInlines [ Str "18" ] ) , ( "issued" , MetaString "2016" ) , ( "language" , MetaInlines [ Str "en" ] ) - , ( "page" , MetaString "9852\8211\&9859" ) + , ( "page" + , MetaInlines [ Str "9852\8211\&9859" ] + ) , ( "title" , MetaInlines [ Str "New" @@ -90,7 +92,7 @@ Pandoc ] ) , ( "type" , MetaString "article-journal" ) - , ( "volume" , MetaString "43" ) + , ( "volume" , MetaInlines [ Str "43" ] ) ]) , MetaMap (fromList @@ -131,10 +133,12 @@ Pandoc [ Str "Climate" , Space , Str "Dynamics" ] ) , ( "id" , MetaString "109" ) - , ( "issue" , MetaString "11-12" ) + , ( "issue" , MetaInlines [ Str "11-12" ] ) , ( "issued" , MetaString "2013-12" ) , ( "language" , MetaInlines [ Str "en" ] ) - , ( "page" , MetaString "3325\8211\&3338" ) + , ( "page" + , MetaInlines [ Str "3325\8211\&3338" ] + ) , ( "title" , MetaInlines [ Str "A" @@ -165,7 +169,7 @@ Pandoc ] ) , ( "type" , MetaString "article-journal" ) - , ( "volume" , MetaString "41" ) + , ( "volume" , MetaInlines [ Str "41" ] ) ]) , MetaMap (fromList @@ -280,7 +284,9 @@ Pandoc , ( "id" , MetaString "6" ) , ( "issued" , MetaString "2016" ) , ( "language" , MetaInlines [ Str "en" ] ) - , ( "page" , MetaString "3751\8211\&3777" ) + , ( "page" + , MetaInlines [ Str "3751\8211\&3777" ] + ) , ( "title" , MetaInlines [ Str "The" @@ -297,7 +303,7 @@ Pandoc ] ) , ( "type" , MetaString "article-journal" ) - , ( "volume" , MetaString "9" ) + , ( "volume" , MetaInlines [ Str "9" ] ) ]) ] ) @@ -412,7 +418,7 @@ Pandoc { citationId = "10" , citationPrefix = [ Str "prefix" ] , citationSuffix = - [ Str ",", Space , Str "2" , Space , Str "suffix" ] + [ Str "," , Space , Str "2" , Space , Str "suffix" ] , citationMode = NormalCitation , citationNoteNum = 0 , citationHash = 0 |
