docx-stamper icon indicating copy to clipboard operation
docx-stamper copied to clipboard

Comment processing does not works after editing and export from Pages on MacOS

Open iudnikov opened this issue 2 years ago • 1 comments

How to reproduce:

  1. open RepeatTableRowTest.docx file in Pages on MacOS
  2. put some text changes
  3. export as .docx file
  4. run RepeatTableRowTest
        // 1 header row + 1 row per character in list
        Assert.assertEquals(7, rowCoords.size());

would fail with:

java.lang.AssertionError: 
Expected :7
Actual   :2

iudnikov avatar Sep 28 '22 07:09 iudnikov

Can you provide the modified file ? i copied your issue to our fork -> https://github.com/verronpro/docx-stamper/issues/70

caring-coder avatar Sep 30 '22 18:09 caring-coder