Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions t/ValuesAndExpressions/PreventSQLInjection.run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down