Changed the test for the Regexp plugin.
parent
349efe2a1a
commit
7c4076f4f5
|
@ -10,12 +10,15 @@ zci is_cached => 1;
|
||||||
|
|
||||||
ddg_goodie_test(
|
ddg_goodie_test(
|
||||||
[qw( DDG::Goodie::Regexp )],
|
[qw( DDG::Goodie::Regexp )],
|
||||||
'regexp /(hello)/ hello probably' => test_zci(
|
'regexp /(hello\s)/ hello probably' => test_zci(
|
||||||
"hello",
|
"hello ",
|
||||||
|
heading => 'Regexp Result',
|
||||||
),
|
),
|
||||||
'regexp /(dd)/ ddg' => test_zci(
|
'regexp /(dd)/ ddg' => test_zci(
|
||||||
"dd",
|
"dd",
|
||||||
|
heading => 'Regexp Result',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
done_testing;
|
done_testing;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue