Skip to content

Commit 5d36ee5

Browse files
committed
Add test for single bib file too
1 parent 741f8f9 commit 5d36ee5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Multiple bib in typst
3+
format: typst
4+
keep-typ: true
5+
bibliography: references.bib
6+
_quarto:
7+
tests:
8+
typst:
9+
ensureTypstFileRegexMatches:
10+
- ['\#bibliography\(\("references.bib"\)\)']
11+
- []
12+
---
13+
14+
A reference from the first file @smith1776inquirynaturecauses
15+

0 commit comments

Comments
 (0)