Skip to content

Commit

Permalink
Add missing comma in test
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Jan 4, 2023
1 parent b8f56ee commit 2006fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/12-rakuast/heredocs.rakutest
Expand Up @@ -231,7 +231,7 @@ subtest 'Using the val processor in heredoc with interpolation' => {
RakuAST::Var::Lexical.new('$end'),
RakuAST::StrLiteral.new("\n")
],
:processors['val']
:processors['val'],
:stop("VAL\n")
);

Expand Down

0 comments on commit 2006fcf

Please sign in to comment.