fixed testfile
parent
c835a26ece
commit
70cb300b25
|
@ -5,16 +5,16 @@ use warnings;
|
||||||
use Test::More;
|
use Test::More;
|
||||||
use DDG::Test::Goodie;
|
use DDG::Test::Goodie;
|
||||||
|
|
||||||
zci answer_type => 'string';
|
zci answer_type => 'findanagrams';
|
||||||
zci is_cached => 0;
|
zci is_cached => 1;
|
||||||
|
|
||||||
ddg_goodie_test(
|
ddg_goodie_test(
|
||||||
[qw(DDG::Goodie::FindAnagrams)],
|
[qw(DDG::Goodie::FindAnagrams)],
|
||||||
|
|
||||||
"Find Anagrams" => test_zci("No Anagrams Found."),
|
"Find Anagrams" => test_zci("No Anagrams Found."),
|
||||||
"Find Anagrams <>" => test_zci("No Anagrams Found."),
|
"Find Anagrams <>" => test_zci("No Anagrams Found."),
|
||||||
"Find Anagrams stop" => test_zci("Post opts post pots spot tops"),
|
"Find Anagrams stop" => test_zci("Post,opts,post,pots,spot,tops"),
|
||||||
"Find Anagrams lost" => test_zci("lots, slot"),
|
"Find Anagrams lost" => test_zci("lots,slot"),
|
||||||
);
|
);
|
||||||
|
|
||||||
done_testing;
|
done_testing;
|
||||||
|
|
Loading…
Reference in New Issue