quote test locations "just in case"
parent
09719f5d77
commit
76dfbebe23
|
@ -24,7 +24,7 @@ ddg_goodie_test(
|
||||||
map {(
|
map {(
|
||||||
DDG::Request->new(
|
DDG::Request->new(
|
||||||
query_raw => "$queries[$_]",
|
query_raw => "$queries[$_]",
|
||||||
location => test_location($locations[$_])
|
location => test_location("$locations[$_]")
|
||||||
),
|
),
|
||||||
test_zci(qr/24 Hour Suicide Hotline: [\d\-){7}]/),
|
test_zci(qr/24 Hour Suicide Hotline: [\d\-){7}]/),
|
||||||
)} 0 .. scalar @queries - 1
|
)} 0 .. scalar @queries - 1
|
||||||
|
|
Loading…
Reference in New Issue