Skip to content

Commit b2d560b

Browse files
committed
Add addtional tests
1 parent d0f0d22 commit b2d560b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/org/jabref/logic/formatter/bibtexfields/NormalizeMonthFormatterTest.java

+5
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ public void setUp() {
2121
public void formatExample() {
2222
assertEquals("#dec#", formatter.format(formatter.getExampleInput()));
2323
}
24+
25+
@Test
26+
public void plainAprilShouldBeApril() {
27+
assertEquals("#apr#", formatter.format("#apr#"));
28+
}
2429
}

0 commit comments

Comments
 (0)