mirror of https://github.com/apache/poi.git
[bug-65649] add test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d79f841bb
commit
2730bdc113
|
@ -151,4 +151,11 @@ class TestXWPFBugs {
|
|||
zf.close();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
void bug65649() throws IOException {
|
||||
try (XWPFDocument document = new XWPFDocument(samples.openResourceAsStream("bug65649.docx"))) {
|
||||
assertEquals(731, document.getParagraphs().size());
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue