Skip to content

Commit 4fe93c9

Browse files
Bump jablib/src/main/resources/csl-styles from 1194364 to 17cfa60 (#13750)
* Bump jablib/src/main/resources/csl-styles from `1194364` to `17cfa60` Bumps [jablib/src/main/resources/csl-styles](https://github.com/citation-style-language/styles) from `1194364` to `17cfa60`. - [Release notes](https://github.com/citation-style-language/styles/releases) - [Commits](citation-style-language/styles@1194364...17cfa60) --- updated-dependencies: - dependency-name: jablib/src/main/resources/csl-styles dependency-version: 17cfa60cd1506883ad25e7c90539035dc15387ed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Kopp <[email protected]>
1 parent cefe315 commit 4fe93c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule csl-styles updated 121 files

jablib/src/test/java/org/jabref/logic/citationstyle/CSLStyleUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static Stream<Arguments> titleMatches() {
140140
Arguments.of("Vancouver", VANCOUVER),
141141
Arguments.of("Chicago Manual of Style 18th edition (author-date)", CHICAGO_AUTHOR_DATE),
142142
Arguments.of("Nature", NATURE),
143-
Arguments.of("Modern Language Association 9th edition", MLA),
143+
Arguments.of("Modern Language Association 9th edition (in-text citations)", MLA),
144144
Arguments.of("The Journal of Clinical Ethics", JOURNAL_OF_CLINICAL_ETHICS)
145145
);
146146
}

0 commit comments

Comments
 (0)