TG_001.TC_008 - codemetropolis/CodeMetropolis GitHub Wiki

TG_001.TC_008

Test special characters in regexp parameter values

Pre-requisites:

*Java runtime 1.8

*command line opened in the folder of converter-1.4.0.jar

*codemetropolis-toolchain-commons.graph SM output exists in the converter-1.4.0.jar's folder and is valid

Steps:

  1. Run "java -jar converter-1.4.0.jar -t sourcemeter -s codemetropolis-toolchain-commons.graph -p projects=^a.*=,"

Expected result:

The tool warns the user that the projects value with a regular expression cannot contain special characters like "=" or ",".