Hello,
I am using BC 2.5.3 and am having problems with defining unimportant text for equivalent text. In this example, my left-hand folder contains files with "ONE" to "TEN" and right-hand folder contains files with these tokens replaced with "1" to "10" instead.
I have tried defining regexp as unimportant text:-
Text matching ONE|1
Text matching TWO|2
...
These are all now unimportant and shown in blue. However, I need the case where a line on the left-hand side contains "ONE" and right-hand side is not "1" to be considered a difference and shown in red. Is this possible?
I am using BC 2.5.3 and am having problems with defining unimportant text for equivalent text. In this example, my left-hand folder contains files with "ONE" to "TEN" and right-hand folder contains files with these tokens replaced with "1" to "10" instead.
I have tried defining regexp as unimportant text:-
Text matching ONE|1
Text matching TWO|2
...
These are all now unimportant and shown in blue. However, I need the case where a line on the left-hand side contains "ONE" and right-hand side is not "1" to be considered a difference and shown in red. Is this possible?
Comment