Skip to content

Commit

Permalink
fix brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 11, 2024
1 parent 62f2d89 commit d2b3ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ private static Stream<Arguments> testData() {
Arguments.of("10.5220/0010404301780189", DOI.findInText("10.5220/0010404301780189").get().getDOI()),

// findDoiWithSpecialCharactersInText
Arguments.of("10.1175/1520-0493(2002)130%3C1913:EDAWPO%3E2.0.CO;2"),
Arguments.of("10.1175/1520-0493(2002)130%3C1913:EDAWPO%3E2.0.CO;2",
DOI.findInText("https://doi.org/10.1175/1520-0493(2002)130%3C1913:EDAWPO%3E2.0.CO;2").get().getDOI())
);
}
Expand Down

0 comments on commit d2b3ee6

Please sign in to comment.