aboutsummaryrefslogtreecommitdiff
path: root/testsuite/grep.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/grep.tests')
-rwxr-xr-xtestsuite/grep.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/grep.tests b/testsuite/grep.tests
index ed4ba455e..d0b0d2767 100755
--- a/testsuite/grep.tests
+++ b/testsuite/grep.tests
@@ -165,6 +165,12 @@ testing "grep -w word doesn't match wordword" \
165 "wordword\n" \ 165 "wordword\n" \
166 "" 166 ""
167 167
168testing "grep -F -w w doesn't match ww" \
169 "grep -F -w w input" \
170 "" \
171 "ww\n" \
172 ""
173
168testing "grep -w word match second word" \ 174testing "grep -w word match second word" \
169 "grep -w word input" \ 175 "grep -w word input" \
170 "bword,word\n""wordb,word\n""bwordb,word\n" \ 176 "bword,word\n""wordb,word\n""bwordb,word\n" \