* Test method for
* {@link net.sf.jabref.export.layout.format.AuthorFirstFirst#format(java.lang.String)}.
*/
public void testFormat() {
assertEquals("John von Neumann and John Smith and Peter Black Brown, Jr",
new AuthorFirstFirst()
.format("von Neumann,,John and John Smith and Black Brown, Jr, Peter"));
}