Index: grep/tests/foad1.sh
diff -u grep/tests/foad1.sh:1.12 grep/tests/foad1.sh:1.13
--- grep/tests/foad1.sh:1.12    Wed Aug 24 07:28:29 2005
+++ grep/tests/foad1.sh Fri Nov  4 03:00:59 2005
@@ -48,6 +48,9 @@
 grep_test "XwA YwB/ZwC/" "1:wA/5:wB/9:wC/" "w." -o -b
 grep_test "XwA YwB/ZwC/" "1:wA/5:wB/9:wC/" "w." -o -b -i
 grep_test "XwA YwB/ZwC/" "1:wA/5:wB/9:wC/" "w." -o -b -3 2>/dev/null
+grep_test "XwA YwB/ZwC/" "1:w/5:w/9:w/" "w" -F -o -b
+grep_test "XwA YwB/ZwC/" "1:w/5:w/9:w/" "w" -F -o -b -i
+grep_test "XwA YwB/ZwC/" "1:w/5:w/9:w/" "w" -F -o -b -3 2>/dev/null
 grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H
 grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H -i
 grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H -3 
2>/dev/null


Reply via email to