~ubuntu-branches/ubuntu/raring/findutils/raring

« back to all changes in this revision

Viewing changes to locate/testsuite/locate.gnu/regex1.exp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-07-04 11:37:37 UTC
  • mto: (11.1.1 lenny) (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050704113737-oxfumqxsqgfz5gay
Tags: upstream-4.2.22
ImportĀ upstreamĀ versionĀ 4.2.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# regular expression tests
 
2
locate_textonly p  0 "/\n" "?" "/\n"
 
3
locate_textonly p  1 "/\n" "-r ." "/\n"
 
4
locate_textonly p  2 "/" "-r X" ""
 
5
locate_textonly p  3 "/\n/bin" "-r n" "/bin\n"
 
6
locate_textonly p  4 "/\n/bin" "-i -r BIN" "/bin\n"
 
7
locate_textonly p  5 "/\n/bin\n/binary" "-r bin\$" "/bin\n"
 
8
locate_textonly p  6 "/\n/bin\n/binary" {-r ^\[^/\]} ""
 
9
locate_textonly p  7 "/\n/bin\n/binary" {-r ^\[^X\]} "/\n/bin\n/binary\n"