Remove obsolete SCRIPT markers
This commit is contained in:
@@ -120,7 +120,6 @@ public class CodegenTestFiles {
|
||||
List<AnalyzerScriptParameter> scriptParameterTypes = Lists.newArrayList();
|
||||
List<Object> scriptParameterValues = Lists.newArrayList();
|
||||
|
||||
// SCRIPT: extract script params, move to ScriptingUtil
|
||||
if (file.isScript()) {
|
||||
Pattern scriptParametersPattern = Pattern.compile("param: (\\S+): (\\S+): (\\S.*)");
|
||||
Matcher scriptParametersMatcher = scriptParametersPattern.matcher(file.getText());
|
||||
|
||||
Reference in New Issue
Block a user