File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -861,6 +861,12 @@ echo ---------------------------- Test 159 ----------------------------->>testtr
861861(pushd %srcdir% & %pcre2grep% --posix-pattern-file -f%builddir% \testtemp1grep ./testdata/grepinputv & popd) >> testtrygrep
862862echo RC=^ %ERRORLEVEL% >> testtrygrep
863863
864+ echo ---------------------------- Test 160 ----------------------------->> testtrygrep
865+ (pushd %srcdir% & %pcre2grep% -nC3 " ^ert|jkl)" ./testdata/grepinput & popd) >> testtrygrep
866+ echo RC=^ %ERRORLEVEL% >> testtrygrep
867+ (pushd %srcdir% & %pcre2grep% -n -B4 -A2 " ^ert|dfg)" ./testdata/grepinput & popd) >> testtrygrep
868+ echo RC=^ %ERRORLEVEL% >> testtrygrep
869+
864870:: Now compare the results.
865871
866872%cf% %srcdir% \testdata\grepoutput testtrygrep %cfout%
You can’t perform that action at this time.
0 commit comments