8889909192939495
} public void test9() { HTML2WikiConverter conv = new HTML2WikiConverter(); conv.setInputHTML("<h2>hello \n world\n</h2>"); String result = conv.toWiki(new ToWikipedia(true, true)); assertEquals(result, "\n" + "== hello world ==\n"); }