From 76dfbebe237f94af214b6e8e13abc32c34184082 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Fri, 21 Jun 2013 17:20:03 -0400 Subject: [PATCH] quote test locations "just in case" --- t/HelpLine.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/HelpLine.t b/t/HelpLine.t index 804e9f2d4..e71691d98 100644 --- a/t/HelpLine.t +++ b/t/HelpLine.t @@ -24,7 +24,7 @@ ddg_goodie_test( map {( DDG::Request->new( query_raw => "$queries[$_]", - location => test_location($locations[$_]) + location => test_location("$locations[$_]") ), test_zci(qr/24 Hour Suicide Hotline: [\d\-){7}]/), )} 0 .. scalar @queries - 1