Skip to content

Commit

Permalink
add ignoreStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
issacto committed Jun 23, 2023
1 parent 32794d1 commit beaf753
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public List<String> getParsedTestSuiteLines(BufferedReader testSuiteReader,
// System.out.println("TESTING");
// System.out.println(testSuiteToken);
// System.out.println(keyword.keywordAction());
ignoreCobolStatementAndFieldNameKeyAction=true;
handleEndOfMockStatement(testSuiteReader, testSuiteToken, previousLineContainsArgument);
testSuiteToken = getNextTokenFromTestSuite(testSuiteReader);
previousLineContainsArgument=false;
Expand Down Expand Up @@ -383,9 +384,6 @@ public List<String> getParsedTestSuiteLines(BufferedReader testSuiteReader,
if (testSuiteToken.endsWith(","))
break;
}
if (!verifyInProgress) {
ignoreCobolStatementAndFieldNameKeyAction = true;
}
previousLineContainsArgument = currentLineContainsArgument;
}

Expand Down

0 comments on commit beaf753

Please sign in to comment.