aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 20:36:46 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 20:36:46 -0700
commit3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669 (patch)
tree87800571c10cdad8f958080f19c60fb86109178e /tests/files
parent3e3902efe418677054d1711a3de1ab8c4cd2c57c (diff)
downloadgrobid_tei_xml-3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669.tar.gz
grobid_tei_xml-3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669.zip
add more explicit single and multiple citation parsing functions
Diffstat (limited to 'tests/files')
-rw-r--r--tests/files/empty_citation.tei.xml6
-rw-r--r--tests/files/empty_citation_unstructured.tei.xml7
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/files/empty_citation.tei.xml b/tests/files/empty_citation.tei.xml
new file mode 100644
index 0000000..cb21f6e
--- /dev/null
+++ b/tests/files/empty_citation.tei.xml
@@ -0,0 +1,6 @@
+<biblStruct >
+ <monogr>
+ <title/>
+ <imprint/>
+ </monogr>
+</biblStruct>
diff --git a/tests/files/empty_citation_unstructured.tei.xml b/tests/files/empty_citation_unstructured.tei.xml
new file mode 100644
index 0000000..35aee19
--- /dev/null
+++ b/tests/files/empty_citation_unstructured.tei.xml
@@ -0,0 +1,7 @@
+<biblStruct >
+ <monogr>
+ <title/>
+ <imprint/>
+ </monogr>
+ <note type="raw_reference">blah</note>
+</biblStruct>