summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvenky <mahapatra.venketesh@gmail.com>2020-10-11 00:54:56 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-10 19:13:05 +0200
commit1f0e53a44d1729cf3ce4ff397c7fd56e3d28fb6a (patch)
treeef4b13e60f46c9debf43d638a1fa6e8d2233a0f7 /tests
parent2d5cf1d3cff272c3edf82f546a4a54dcc3010a20 (diff)
Added BibTeX syntax tests
Diffstat (limited to 'tests')
-rw-r--r--tests/syntax-tests/highlighted/BibTeX/test.bib18
-rw-r--r--tests/syntax-tests/source/BibTeX/test.bib18
2 files changed, 36 insertions, 0 deletions
diff --git a/tests/syntax-tests/highlighted/BibTeX/test.bib b/tests/syntax-tests/highlighted/BibTeX/test.bib
new file mode 100644
index 00000000..4756f514
--- /dev/null
+++ b/tests/syntax-tests/highlighted/BibTeX/test.bib
@@ -0,0 +1,18 @@
+@book{knuth1997art,
+ title={The art of computer programming},
+ author={Knuth, Donald Ervin},
+ volume={3},
+ year={1997},
+ publisher={Pearson Education}
+}
+
+@article{egholm1993pna,
+ title={PNA hybridizes to complementary oligonucleotides obeying the Watson--Crick hydrogen-bonding rules},
+ author={Egholm, Michael and Buchardt, Ole and Christensen, Leif and Behrens, Carsten and Freier, Susan M and Driver, David A and Berg, Rolf H and Kim, Seog K and Norden, Bengt and Nielsen, Peter E},
+ journal={Nature},
+ volume={365},
+ number={6446},
+ pages={566--568},
+ year={1993},
+ publisher={Springer}
+}
diff --git a/tests/syntax-tests/source/BibTeX/test.bib b/tests/syntax-tests/source/BibTeX/test.bib
new file mode 100644
index 00000000..54a1c96d
--- /dev/null
+++ b/tests/syntax-tests/source/BibTeX/test.bib
@@ -0,0 +1,18 @@
+@book{knuth1997art,
+ title={The art of computer programming},
+ author={Knuth, Donald Ervin},
+ volume={3},
+ year={1997},
+ publisher={Pearson Education}
+}
+
+@article{egholm1993pna,
+ title={PNA hybridizes to complementary oligonucleotides obeying the Watson--Crick hydrogen-bonding rules},
+ author={Egholm, Michael and Buchardt, Ole and Christensen, Leif and Behrens, Carsten and Freier, Susan M and Driver, David A and Berg, Rolf H and Kim, Seog K and Norden, Bengt and Nielsen, Peter E},
+ journal={Nature},
+ volume={365},
+ number={6446},
+ pages={566--568},
+ year={1993},
+ publisher={Springer}
+}