Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iudnikov opened this issue Sep 28, 2022 · 1 comment

Comments

@iudnikov
Copy link

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 iudnikov changed the title Comment processing does not works after editing in Pages Comment processing does not works after editing and export from Pages on MacOS Sep 28, 2022
@caring-coder
Copy link

Can you provide the modified file ? i copied your issue to our fork -> verronpro/office-stamper#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants