mirror of https://github.com/apache/poi.git
[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:
parent
e23d96a6ad
commit
af6bc9660f
|
@ -496,4 +496,13 @@ class TestXWPFWordExtractor {
|
|||
assertContains(txt, "but a great-looking résumé doesn’t 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.
Loading…
Reference in New Issue