From 1f0e53a44d1729cf3ce4ff397c7fd56e3d28fb6a Mon Sep 17 00:00:00 2001 From: venky Date: Sun, 11 Oct 2020 00:54:56 +0530 Subject: [PATCH] Added BibTeX syntax tests --- tests/syntax-tests/highlighted/BibTeX/test.bib | 18 ++++++++++++++++++ tests/syntax-tests/source/BibTeX/test.bib | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 tests/syntax-tests/highlighted/BibTeX/test.bib create mode 100644 tests/syntax-tests/source/BibTeX/test.bib 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} +}