Skip to content

Commit 27db77c

Browse files
committed
pipeline output
1 parent 69223c3 commit 27db77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void textFormat() {
191191

192192
@Test
193193
void markdownFormat() {
194-
String expectedCitation = "\\[1\\]B\\. Smith\\, B\\. Jones\\, and J\\. Williams\\, “Title of the test entry\\,” *BibTeX Journal*\\, vol\\. 34\\, no\\. 3\\, pp\\. 45–67\\, Jul\\. 2016\\, doi\\: 10\\.1001\\/bla\\.blubb\\.<br />\n";
194+
String expectedCitation = "[1]B. Smith, B. Jones, and J. Williams, “Title of the test entry,” *BibTeX Journal*, vol. 34, no. 3, pp. 45–67, July 2016, doi: 10.1001/bla.blubb.<br />\n";
195195

196196
String actualCitation = CitationStyleGenerator.generateBibliography(List.of(testEntry), DEFAULT_STYLE, MARKDOWN_OUTPUT_FORMAT, testEntryContext, ENTRY_TYPES_MANAGER).getFirst();
197197
assertEquals(expectedCitation, actualCitation);

0 commit comments

Comments
 (0)