Lines Matching full:three
23 testing "-e -e" "grep -e one -e two -e three input" \
77 "three\none\n" "three\ntwo\none\n" ""
81 echo -e "three\ntwo\none" > sub/two
83 testing "-r file" "grep -r three sub/two" "three\n" "" ""
110 "(standard input)-1-one\n(standard input):2:two\n(standard input)-3-three\n" \
115 "input-3-8-three\ninput:4:14:four\ninput:5:19:five\n" \
134 testing "-o ''" "grep -o ''" "" "" "one two three\none two\none\n"
136 "one two three\none two\none\n"
140 "three\ntwo\none\n" ""
144 testing "match after NUL byte" "grep -a two" "one\0and two three\n" \
145 "" 'one\0and two three'