/[grep]/grep/tests/foad1.sh
ViewVC logotype

Diff of /grep/tests/foad1.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by charles_levert, Thu Jun 23 00:55:58 2005 UTC revision 1.12 by charles_levert, Wed Aug 24 07:28:29 2005 UTC
# Line 89  grep_test "4/444/" "4/444/" "4$"  -m1 -A Line 89  grep_test "4/444/" "4/444/" "4$"  -m1 -A
89  grep_test "A/CX/B/C/" "A/B/C/" -wF -e A -e B -e C  grep_test "A/CX/B/C/" "A/B/C/" -wF -e A -e B -e C
90  grep_test "LIN7C 55327/" "" -wF -e 5327 -e 5532  grep_test "LIN7C 55327/" "" -wF -e 5327 -e 5532
91    
92    # Test for non-empty matches following empty ones.
93    grep_test 'xyz/' 'y/' -o 'y*'
94    grep_test 'xyz/' "x${CB}y${CE}z/" --color=always 'y*'
95    
96    
97  # The rest of this file is meant to be executed under this locale.  # The rest of this file is meant to be executed under this locale.
98  LC_ALL=cs_CZ.UTF-8; export LC_ALL  LC_ALL=cs_CZ.UTF-8; export LC_ALL

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26