fix grep testcase. #899

This commit is contained in:
hengyunabc
2019-10-29 23:53:59 +08:00
parent 3e4299e263
commit d63f970dd3
3 changed files with 98 additions and 161 deletions
@@ -75,7 +75,7 @@ public class GrepHandler extends StdoutHandler {
afterLines, grepCommand.getMaxCount());
}
private GrepHandler(String keyword, boolean ignoreCase, boolean invertMatch, boolean regexpMode,
GrepHandler(String keyword, boolean ignoreCase, boolean invertMatch, boolean regexpMode,
boolean showLineNumber, boolean trimEnd, int beforeLines, int afterLines, int maxCount) {
this.ignoreCase = ignoreCase;
this.invertMatch = invertMatch;