Ignore:
Timestamp:
Sep 13, 2007, 9:36:50 PM (16 years ago)
Author:
Peter
Message:

adding function doing a SSEARCH between two strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/alignment_test.cc

    r865 r867  
    105105    }
    106106
     107  // testing ssearch
     108  if (utility::ssearch("Hello", "Hll")!=3)
     109    ok=false;
     110  if (utility::ssearch("Hello", "Peter said you can't say Hallo")!=4)
     111    ok=false;
    107112
    108113  if (ok) {
Note: See TracChangeset for help on using the changeset viewer.