Wrong compare in list

Case with compare documens with lists have revision bug. http://joxi.ru/KAg77o6SE4KZ1A
code to reproduce bug below

Document doc = new Document("C:\\parleypro\\PAR-7482\\11\\1.docx");
Document doc2 = new Document("C:\\parleypro\\PAR-7482\\11\\2.docx");
doc.acceptAllRevisions();
doc2.acceptAllRevisions();
doc.compare(doc2,"d", new Date());
doc.save("C:\\parleypro\\PAR-7482\\11\\1.html", SaveFormat.HTML);

test documents in attach 11.zip (24.0 KB)

@handmade,

Please see this screenshot; do you want to see the whole text marked as “Strike-through”?

http://joxi.ru/LmGqqePtwelqWA

@handmade,

For the sake of any correction, we have logged your requirement in our issue tracking system. The ID of this issue is WORDSNET-17310. We will further look into the details of this problem and will keep you updated on the status of this issue. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-17310) have been fixed in this Aspose.Words for Java 22.11 update also available on Maven.