Skip to content

Commit 7a83f6a

Browse files
committed
Fix test; closes #123
1 parent fd6abbe commit 7a83f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/pod-convenience.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subtest {
3535

3636
my @block_text = [ "a block of text", "another block of text" ];
3737
$pod = pod-with-title("title text", @block_text);
38-
is($pod.contents[1], "a block of text another block of text",
38+
is($pod.contents[1..*], "a block of text another block of text",
3939
"array block text matches input");
4040
}, "pod-with-title";
4141

0 commit comments

Comments
 (0)