MER-C/wiki-java

GetpageText throws StringIndexOutOfBounds for empty categories

vonloxley opened this issue · 1 comments

If the Category has no pages, media and text a StringIndexOutOfBoundsException is thrown.
assertEquals(testWiki.getPageText("Category:Empty"), "");

MER-C commented

Fixed in 0ff66d6.