From 7c4076f4f58568daaae0f04ddf73e045121564a1 Mon Sep 17 00:00:00 2001 From: Jag Talon Date: Thu, 14 Mar 2013 12:01:58 -0400 Subject: [PATCH] Changed the test for the Regexp plugin. --- t/Regexp.t | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/t/Regexp.t b/t/Regexp.t index a08c02c92..b4784050b 100644 --- a/t/Regexp.t +++ b/t/Regexp.t @@ -10,12 +10,15 @@ zci is_cached => 1; ddg_goodie_test( [qw( DDG::Goodie::Regexp )], - 'regexp /(hello)/ hello probably' => test_zci( - "hello", + 'regexp /(hello\s)/ hello probably' => test_zci( + "hello ", + heading => 'Regexp Result', ), 'regexp /(dd)/ ddg' => test_zci( - "dd", + "dd", + heading => 'Regexp Result', ), ); done_testing; +