Skip to content

Commit

Permalink
Trial commit: run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
subhramit authored Jan 3, 2025
1 parent 85e3f10 commit 06f2779
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static Stream<Arguments> ooHTMLTransformFromRawBibliography() {

// Small-caps
Arguments.of(
" <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>",
" <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>",
STYLE_LIST.stream().filter(e -> "De Montfort University - Harvard".equals(e.getTitle())).findAny().get()
),

Expand Down Expand Up @@ -305,7 +305,7 @@ static Stream<Arguments> ooHTMLTransformFromCitationWithSingleEntry() {
),

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

Expand Down Expand Up @@ -429,7 +429,7 @@ static Stream<Arguments> ooHTMLTransformFromCitationWithMultipleEntries() {
),

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

Expand Down

0 comments on commit 06f2779

Please sign in to comment.