From 2006fcff28953f81ffeee44f4d4b6eb003e72559 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 4 Jan 2023 15:34:47 +0100 Subject: [PATCH] Add missing comma in test --- t/12-rakuast/heredocs.rakutest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/12-rakuast/heredocs.rakutest b/t/12-rakuast/heredocs.rakutest index 9701e3ad363..91599fc7b0e 100644 --- a/t/12-rakuast/heredocs.rakutest +++ b/t/12-rakuast/heredocs.rakutest @@ -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") );