diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-29 10:48:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-29 10:48:06 -0700 |
commit | 2c4aba8dbc0d548f0007000c9297a39d4ab67fe2 (patch) | |
tree | e9901b207febfbabb634582de697cdc2aa73504b /tests/files/citation_emdash.tei.xml | |
parent | 38b758e043eef8a48eba7f1e5bf385d91b375e5e (diff) | |
download | grobid_tei_xml-2c4aba8dbc0d548f0007000c9297a39d4ab67fe2.tar.gz grobid_tei_xml-2c4aba8dbc0d548f0007000c9297a39d4ab67fe2.zip |
add UTF-8 processCitation tests
Diffstat (limited to 'tests/files/citation_emdash.tei.xml')
-rw-r--r-- | tests/files/citation_emdash.tei.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/files/citation_emdash.tei.xml b/tests/files/citation_emdash.tei.xml new file mode 100644 index 0000000..846085c --- /dev/null +++ b/tests/files/citation_emdash.tei.xml @@ -0,0 +1,20 @@ +<biblStruct > + <analytic> + <title level="a" type="main">A world of individuals</title> + <author> + <persName> + <forename type="first">N</forename> + <surname>Goodman</surname> + </persName> + </author> + </analytic> + <monogr> + <title level="m">Problems and projects</title> + <imprint> + <date type="published" when="1972">1972</date> + <biblScope unit="page" from="155" to="172" /> + </imprint> + </monogr> + <note type="raw_reference">Goodman, N. (1972). A world of individuals. In Problems and projects (pp. 155–172). Bobs-Merrill company.</note> +</biblStruct> + |