From 8c7fcc943bc217bf456362b9e205910623974fd0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Nov 2021 19:42:49 -0700 Subject: move test files into sub-directories --- tests/files/citation/emdash.tei.xml | 20 ++++++++++++++++++++ tests/files/citation/empty.tei.xml | 6 ++++++ tests/files/citation/empty_unstructured.tei.xml | 7 +++++++ 3 files changed, 33 insertions(+) create mode 100644 tests/files/citation/emdash.tei.xml create mode 100644 tests/files/citation/empty.tei.xml create mode 100644 tests/files/citation/empty_unstructured.tei.xml (limited to 'tests/files/citation') 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 @@ + + + A world of individuals + + + N + Goodman + + + + + Problems and projects + + 1972 + + + + Goodman, N. (1972). A world of individuals. In Problems and projects (pp. 155–172). Bobs-Merrill company. + + diff --git a/tests/files/citation/empty.tei.xml b/tests/files/citation/empty.tei.xml new file mode 100644 index 0000000..cb21f6e --- /dev/null +++ b/tests/files/citation/empty.tei.xml @@ -0,0 +1,6 @@ + + + + <imprint/> + </monogr> +</biblStruct> diff --git a/tests/files/citation/empty_unstructured.tei.xml b/tests/files/citation/empty_unstructured.tei.xml new file mode 100644 index 0000000..35aee19 --- /dev/null +++ b/tests/files/citation/empty_unstructured.tei.xml @@ -0,0 +1,7 @@ +<biblStruct > + <monogr> + <title/> + <imprint/> + </monogr> + <note type="raw_reference">blah</note> +</biblStruct> -- cgit v1.2.3