We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd49bc commit b9dd815Copy full SHA for b9dd815
src/test/java/org/jabref/logic/bibtex/BibEntryWriterTest.java
@@ -602,7 +602,7 @@ void alphabeticSerialization() throws IOException {
602
" number = {1}," + OS.NEWLINE +
603
" chapter = {chapter}," + OS.NEWLINE +
604
" year = {2019}," + OS.NEWLINE +
605
- "}";
+ "}" + OS.NEWLINE;
606
// @formatter:on
607
608
assertEquals(expected, actual);
0 commit comments