aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.bib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 13:38:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 13:38:09 -0700
commitf5325200f32767aa9b491a4cae32195cc5f49830 (patch)
tree60c11bf6e01ea1b88cab4591961849cdb63bb486 /test/test.bib
parent7861067dd40be2150e88df2e2fdbe5e27320b5aa (diff)
downloadpandoc-citeproc-preamble-f5325200f32767aa9b491a4cae32195cc5f49830.tar.gz
Add a simple integration test
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'test/test.bib')
-rw-r--r--test/test.bib6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.bib b/test/test.bib
new file mode 100644
index 0000000..5cbef1b
--- /dev/null
+++ b/test/test.bib
@@ -0,0 +1,6 @@
+@book{reference,
+ title = {A book},
+ year = {2019},
+ publisher = {A press},
+ author = {A. N. Author}
+}