Skip to content

Commit fb782e8

Browse files
committed
Improved version of WmlComparer - works better on Asian documents
1 parent 135af90 commit fb782e8

29 files changed

+489
-8429
lines changed

OpenXmlPowerTools.Tests/WmlComparerTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ public void WC002_Consolidate_Bulk_Test(string testId, string name1, string name
579579
[InlineData("WC-1940", "WC/WC052-SmartArt-Same.docx", "WC/WC052-SmartArt-Same-Mod.docx", 2)]
580580
[InlineData("WC-1950", "WC/WC053-Text-in-Cell.docx", "WC/WC053-Text-in-Cell-Mod.docx", 2)]
581581
[InlineData("WC-1960", "WC/WC054-Text-in-Cell.docx", "WC/WC054-Text-in-Cell-Mod.docx", 0)]
582-
[InlineData("WC-1970", "WC/WC055-French.docx", "WC/WC055-French-Mod.docx", 2)]
583-
[InlineData("WC-1980", "WC/WC056-French.docx", "WC/WC056-French-Mod.docx", 2)]
582+
[InlineData("WC-1970", "WC/WC055-French.docx", "WC/WC055-French-Mod.docx", 0)]
583+
[InlineData("WC-1980", "WC/WC056-French.docx", "WC/WC056-French-Mod.docx", 0)]
584584
[InlineData("WC-1990", "WC/WC057-Table-Merged-Cell.docx", "WC/WC057-Table-Merged-Cell-Mod.docx", 4)]
585585
[InlineData("WC-2000", "WC/WC058-Table-Merged-Cell.docx", "WC/WC058-Table-Merged-Cell-Mod.docx", 6)]
586586
[InlineData("WC-2010", "WC/WC059-Footnote.docx", "WC/WC059-Footnote-Mod.docx", 5)]

OpenXmlPowerTools/Comparer/ComparisonUnit.cs

-67
This file was deleted.

OpenXmlPowerTools/Comparer/ComparisonUnitAtom.cs

-215
This file was deleted.

OpenXmlPowerTools/Comparer/ComparisonUnitGroup.cs

-77
This file was deleted.

OpenXmlPowerTools/Comparer/ComparisonUnitGroupType.cs

-14
This file was deleted.

0 commit comments

Comments
 (0)