quote test locations "just in case"

master
Dylan Lloyd 2013-06-21 17:20:03 -04:00
parent 09719f5d77
commit 76dfbebe23
1 changed files with 1 additions and 1 deletions

View File

@ -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