Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 16, 2018
1 parent fa4e261 commit e32d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/scantext.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ SCANTEXT: {
delta_within($location->{latitude}, 39.68, 1e-2);
delta_within($location->{longitude}, -75.76, 1e-2);
ok(defined($location->{'confidence'}));

}
ok($found == 1);

my $s = 'From the Indianapolis Star, 25/4/2013: "75, Indianapolis, died Apr. 21, 2013. Services: 1 p.m. Apr. 26 in Forest Lawn Funeral Home, Greenwood, with visitation from 11 a.m.". Obituary from Forest Lawn Funeral Home: "Sharlene C. Cloud, 75, of Indianapolis, passed away April 21, 2013. She was born May 21, 1937 in Noblesville, IN to Virgil and Josephine (Beaver) Day. She is survived by her mother; two sons, Christopher and Thomas Cloud; daughter, Marsha Cloud; three sisters, Mary Kirby, Sharon Lowery, and Doris Lyng; two grandchildren, Allison and Jamie Cloud. Funeral Services will be Friday at 1:00 pm at Forest Lawn Funeral Home, Greenwood, IN, with visitation from 11:00am till time of service Friday at the funeral home."';
@locations = $geocoder->geocode({ scantext => $s, region => 'US' });
my %found;
Expand Down

0 comments on commit e32d018

Please sign in to comment.