]> source.dussan.org Git - poi.git/commitdiff
Unit test comment for possible future expansion
authorNick Burch <nick@apache.org>
Thu, 9 Feb 2017 19:29:15 +0000 (19:29 +0000)
committerNick Burch <nick@apache.org>
Thu, 9 Feb 2017 19:29:15 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782378 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java

index d718a621b5408c455bf4eca8db502cb381b58eb4..718c73e70be062251b086857c53ddf4664854722 100644 (file)
@@ -613,6 +613,12 @@ public final class TestXWPFParagraph {
         assertEquals("This is a test.\n\n\n\n3\n4\n5\n\n\n\nThis is a whole paragraph where one word is deleted.\n", str.toString());
     }
     
+    /**
+     * Tests for numbered lists
+     * 
+     * See also https://github.com/jimklo/apache-poi-sample/blob/master/src/main/java/com/sri/jklo/StyledDocument.java
+     * for someone else trying a similar thing
+     */
     @Test
     public void testNumberedLists() throws Exception {
         XWPFDocument doc = XWPFTestDataSamples.openSampleDocument("ComplexNumberedLists.docx");