Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 10, 2024
1 parent c62fc4b commit 6f16587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/csl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,8 @@ mod tests {
assert_eq!(yield_year(-1, true), "2BC");
assert_eq!(yield_year(1, true), "1AD");
}


#[test]
#[cfg(feature = "archive")]
fn test_alphanumeric_disambiguation() {
let bibtex = r#"@article{chenTransMorphTransformerUnsupervised2021,
Expand Down

0 comments on commit 6f16587

Please sign in to comment.