Raulfin / PCaPP

Repository for XMLs for Perkus Maxamus
9 stars 11 forks source link

XML Exclusions CONTAINS type #453

Open Raulfin opened 9 years ago

Raulfin commented 9 years ago

Exclusions using the type argument CONTAINS will not work if the target is the begining of the target. Start CONTAINS exclusions at the second charictor.

Example: Item EDID = ABC123 Exclusion = "EDID-CONTAINS-ABC1" will fail but Exclusion = "EDID-STARTSWITH-ABC1" will not fail. Exclusion = "EDID-CONTAINS-BC12" will not fail.

This may have already been fixed, I'm going to go through and check shortly.