[bug-66263] add test case to try to get extra classes into poi-ooxml-lite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-09-14 16:37:29 +00:00
parent e23d96a6ad
commit af6bc9660f
2 changed files with 9 additions and 0 deletions

View File

@ -496,4 +496,13 @@ class TestXWPFWordExtractor {
assertContains(txt, "but a great-looking résumé doesnt have to be!");
}
}
@Test
void testTika3816() throws IOException {
try (XWPFDocument doc = XWPFTestDataSamples.openSampleDocument("tika-3816.docx");
XWPFWordExtractor extractor = new XWPFWordExtractor(doc)) {
String txt = extractor.getText();
assertContains(txt, "Note\tDetails");
}
}
}

Binary file not shown.