[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:
PJ Fanning 2021-10-22 20:24:12 +00:00
parent 5d79f841bb
commit 2730bdc113
2 changed files with 7 additions and 0 deletions

View File

@ -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.