]> source.dussan.org Git - poi.git/commitdiff
[bug-65255] add test case but cannot reproduce issue
authorPJ Fanning <fanningpj@apache.org>
Mon, 18 Oct 2021 20:32:02 +0000 (20:32 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 18 Oct 2021 20:32:02 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894363 13f79535-47bb-0310-9956-ffa450edef68

poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java
test-data/document/bug65255.doc [new file with mode: 0644]

index ed42294333aeb2a8b940fc7f81c72dfa06c9ff27..fb43f3b56cf1d6dab03abd183148bd601152b89c 100644 (file)
@@ -96,8 +96,8 @@ public class TestWordToHtmlConverter {
             "width:3.4125in;height:2.3253334in;",
         "pictures_escher.doc, " +
             "<img src=\"s0.PNG\">|" +
-            "<img src=\"s808.PNG\">"
-
+            "<img src=\"s808.PNG\">",
+        "bug65255.doc, meta content=\"ηŽ‹δΉ…ε›\""
     })
     void testFile(String file, String contains) throws Exception {
         boolean emulatePictureStorage = !file.contains("equation");
diff --git a/test-data/document/bug65255.doc b/test-data/document/bug65255.doc
new file mode 100644 (file)
index 0000000..db1603c
Binary files /dev/null and b/test-data/document/bug65255.doc differ