Changeset 344 for veekun/trunk/t

Show
Ignore:
Timestamp:
10/15/07 21:45:11 (2 years ago)
Author:
eevee
Message:

Lowered the non-wildcard-character limit to 2 (for now).
Added wildcard support to the searches.
Cleaned up wildcard display a bit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/t/dex-search.t

    r343 r344  
    55use lib 'lib'; 
    66 
    7 use Test::More tests => 34; 
     7use Test::More tests => 35; 
    88 
    99BEGIN { $ENV{CATALYST_DEBUG} = 0; } 
     
    2121    [qw/ 5 134 135 136 196 197 352 395 456 457 470 471 /], 
    2222    "Name substring"; 
     23 
     24search_ok { name => '???' }, 
     25    [qw/ 89 151 /], 
     26    "Name with wildcards"; 
    2327 
    2428search_ok { ability => 'Drizzle' },