Skip to content

Commit 06f2779

Browse files
authored
Trial commit: run tests on CI
1 parent 85e3f10 commit 06f2779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/jabref/logic/openoffice/oocsltext/CSLFormatUtilsTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ static Stream<Arguments> ooHTMLTransformFromRawBibliography() {
197197

198198
// Small-caps
199199
Arguments.of(
200-
" <smallcaps>Smith</smallcaps>, <smallcaps>B.</smallcaps>, <smallcaps>Jones</smallcaps>, <smallcaps>B.</smallcaps>, <smallcaps>Williams</smallcaps>, <smallcaps>J.</smallcaps> (2016) Title of the test entry <smallcaps>Taylor</smallcaps>, <smallcaps>P.</smallcaps> (ed.). <i>BibTeX Journal</i>, 34(3), pp. 45–67.<p></p>",
200+
" <smallcaps>Smith</smallcaps>, <smallcaps>B.</smallcaps>, <smallcaps>Jones</smallcaps>, <smallcaps>B.</smallcaps> and <smallcaps>Williams</smallcaps>, <smallcaps>J.</smallcaps> (2016) Title of the test entry <smallcaps>Taylor</smallcaps>, <smallcaps>P.</smallcaps> (ed.). <i>BibTeX Journal</i>, 34(3), pp. 45–67.<p></p>",
201201
STYLE_LIST.stream().filter(e -> "De Montfort University - Harvard".equals(e.getTitle())).findAny().get()
202202
),
203203

@@ -305,7 +305,7 @@ static Stream<Arguments> ooHTMLTransformFromCitationWithSingleEntry() {
305305
),
306306

307307
Arguments.of(
308-
"(Smith, Jones, Williams, 2016)",
308+
"(Smith, Jones, & Williams, \"Title of the test entry\")",
309309
STYLE_LIST.stream().filter(e -> "De Montfort University - Harvard".equals(e.getTitle())).findAny().get()
310310
),
311311

@@ -429,7 +429,7 @@ static Stream<Arguments> ooHTMLTransformFromCitationWithMultipleEntries() {
429429
),
430430

431431
Arguments.of(
432-
"(Garcia, Lee, 2021; Smith, Johnson, 2020)",
432+
"(Garcia & Lee, \"Quantum Entanglement in Superconductors\"; Smith & Johnson, \"A Study on Machine Learning Algorithms\")",
433433
STYLE_LIST.stream().filter(e -> "De Montfort University - Harvard".equals(e.getTitle())).findAny().get()
434434
),
435435

0 commit comments

Comments
 (0)