We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5633b1 commit 42649baCopy full SHA for 42649ba
t/pod-convenience.t
@@ -35,7 +35,7 @@ subtest {
35
36
my @block_text = [ "a block of text", "another block of text" ];
37
$pod = pod-with-title("title text", @block_text);
38
- is($pod.contents[1], "a block of text another block of text",
+ is($pod.contents[1..*], "a block of text another block of text",
39
"array block text matches input");
40
}, "pod-with-title";
41
0 commit comments