From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

is(
[<DATA>],
["foo\n", "bar\n", "baz\n"],
"Got correct data section"
);
done_testing;
__DATA__
foo
bar
baz