added test
This commit is contained in:
parent
1c31cd6795
commit
6e1e18e89b
|
@ -12,3 +12,6 @@ Documenter.makedocs(
|
||||||
checkdocs = :exports,
|
checkdocs = :exports,
|
||||||
authors = "Brandon Taylor"
|
authors = "Brandon Taylor"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# just test if it parses (for now)
|
||||||
|
joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring |> parse_bibtex
|
||||||
|
|
Loading…
Reference in New Issue