Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Aug 11, 2024
1 parent 804a56c commit 5031210
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/bibtex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ fn test_colon() {

#[test]
fn test_control_sequences() {
TestCase::new("control_seq", Some("cites")).go();
TestCase::new(&["cites", "control_seq"])
.expect(Ok(TexOutcome::Warnings))
.go();
}

#[test]
fn test_multi_bib() {
TestCase::new("multi_file", Some("cites")).go();
TestCase::new(&["cites", "multi_file"]).go();
}

#[test]
Expand Down

0 comments on commit 5031210

Please sign in to comment.