From 6e1e18e89bcab3ea90f086cc1f4cabcfa1c5efe4 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Mon, 31 Jul 2017 14:33:08 -0400 Subject: [PATCH] added test --- test/runtests.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 568d78b..1990dd9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -12,3 +12,6 @@ Documenter.makedocs( checkdocs = :exports, authors = "Brandon Taylor" ) + +# just test if it parses (for now) +joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring |> parse_bibtex