HomeSort by relevance Sort by last modified time
    Searched refs:testNinput (Results 1 - 2 of 2) sorted by null

  /external/pcre/
RunGrepTest 378 printf "abc\rdef\r\nghi\njkl" >testNinput
381 $valgrind $pcregrep -n -N CR "^(abc|def|ghi|jkl)" testNinput >>testtry
384 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
388 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
392 $valgrind $pcregrep -n --newline=crlf -F "$pattern" testNinput >>testtry
395 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
398 $valgrind $pcregrep -n --newline=anycrlf "^(abc|def|ghi|jkl)" testNinput >>testtry
Makefile.am 299 testNinput

Completed in 81 milliseconds