Skip to content

Commit

Permalink
[Bot] Update CSL styles (JabRef#10535)
Browse files Browse the repository at this point in the history
Co-authored-by: koppor <koppor@users.noreply.github.com>
  • Loading branch information
koppor and koppor committed Oct 21, 2023
1 parent ff9d806 commit e4bffb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/csl-locales
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void testHandleCrossRefFields() {
.withField(StandardField.YEAR, "2021")
.withField(StandardField.ADDRESS, "Somewhere");

String expectedCitation = "[1]B. Smith, “An article,” J. Jones, Ed., Somewhere: Great Publisher, 2021, pp. 1–10. \n";
String expectedCitation = "[1]B. Smith, “An article,” J. Jones, Ed., Somewhere: Great Publisher, 2021, pp. 1–10.\n";
BibDatabaseContext bibDatabaseContext = new BibDatabaseContext(new BibDatabase(List.of(firstEntry, secondEntry)));
String style = CitationStyle.getDefault().getSource();

Expand Down

0 comments on commit e4bffb3

Please sign in to comment.