| 454 |
$valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry |
$valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry |
| 455 |
|
|
| 456 |
printf "%c--------------------------- Test N4 ------------------------------\r\n" - >>testtry |
printf "%c--------------------------- Test N4 ------------------------------\r\n" - >>testtry |
| 457 |
pattern=`printf 'xxx\r\njkl'` |
$valgrind $pcregrep -n --newline=crlf -F -f testdata/greppatN4 testNinput >>testtry |
|
$valgrind $pcregrep -n --newline=crlf -F "$pattern" testNinput >>testtry |
|
| 458 |
|
|
| 459 |
printf "%c--------------------------- Test N5 ------------------------------\r\n" - >>testtry |
printf "%c--------------------------- Test N5 ------------------------------\r\n" - >>testtry |
| 460 |
$valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry |
$valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry |