use Test2::V0;
use v5.36;
use ScrapeMyData;
my $scraper= ScrapeMyData->new(input => <<~'END');
...
...
Sam Namett, MD - Physician - Interventional Orthopedics
...Exosomes are nanovesicles (30-200 nm) found in extracellular
space of various cell types, and in biofluids; having diverse
functions including intracellular ...
...
END
is( $scraper->parse,
[
...
{ author => 'Sam Namett',
title => 'Interventional Orthopedics ...',
}
...
],
'parse'
);