diff --git a/t/ValuesAndExpressions/PreventSQLInjection.run b/t/ValuesAndExpressions/PreventSQLInjection.run index 0cd7d0a..39e12af 100644 --- a/t/ValuesAndExpressions/PreventSQLInjection.run +++ b/t/ValuesAndExpressions/PreventSQLInjection.run @@ -131,6 +131,13 @@ my $heredoc = <<"HERE" FROM $table HERE +## name (GH-14) Heredoc when there are 0 or 1 newlines after terminator +## failures 0 +## cut + +my $heredoc = <<"SELECT".$x; + +SELECT ## name Single-quoted heredoc with multiple variables. ## failures 0 ## cut