Skip to content

Commit d7f10bf

Browse files
committed
only run text
1 parent 7fc41b0 commit d7f10bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/23-aspell.rakutest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ my $lock = Lock::Async.new;
9191
$text ~= $processed unless $is-code;
9292
}
9393

94-
for <code> -> $type {
94+
for <text> -> $type {
9595
# Restrict dictionary used based on block type
9696
my ($dict, $body);
9797
if $type eq "code" {

0 commit comments

Comments
 (0)