You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIffMerge is failing to ignore the Start Pattern for Content Handling it should be ignoring. This is making it impossible to correctly ignore code comments.
-Open File Diff > Select files > OK
-File > Change Ruleset > XML FIles
Note that DiffMerge believes there is 1 change: the beginning of the comment <!--
It correctly ignores the rest of the comment, but not its Start Pattern.
Expectation:
DiffMerge ought to be ignoring the full comment, including <!--, as a part of the default Content Handling in the default XML Files ruleset.
(My use case is actually SQL comments, but it's easier to demonstrate with the default XML File ruleset.)
Is this a bug, or is there some setting I should be changing from the defaults to make this work? I have set all settings to default. This is my first time trying out DiffMerge, so I could be missing something.
The text was updated successfully, but these errors were encountered:
DIffMerge is failing to ignore the Start Pattern for Content Handling it should be ignoring. This is making it impossible to correctly ignore code comments.
Rep steps:
-Create a new.txt
-Open File Diff > Select files > OK
-File > Change Ruleset > XML FIles
Note that DiffMerge believes there is 1 change: the beginning of the comment <!--
It correctly ignores the rest of the comment, but not its Start Pattern.
Expectation:
DiffMerge ought to be ignoring the full comment, including <!--, as a part of the default Content Handling in the default XML Files ruleset.
(My use case is actually SQL comments, but it's easier to demonstrate with the default XML File ruleset.)
Is this a bug, or is there some setting I should be changing from the defaults to make this work? I have set all settings to default. This is my first time trying out DiffMerge, so I could be missing something.
The text was updated successfully, but these errors were encountered: