We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc0279 commit 92f56a4Copy full SHA for 92f56a4
t/ValuesAndExpressions/PreventSQLInjection.run
@@ -104,7 +104,7 @@ my $heredoc = <<__HERE__
104
FROM $table
105
__HERE__
106
107
-## name Heredoc with variable in last line
+## name (GH-14) Heredoc with variable in last line.
108
## failures 1
109
## cut
110
@@ -113,6 +113,15 @@ my $heredoc = <<__HERE__
113
114
115
116
+## name (GH-14) Double-quoted heredoc with variable in last line.
117
+## failures 1
118
+## cut
119
+
120
+my $heredoc = <<"HERE"
121
+ SELECT
122
+ FROM $table
123
+"HERE"
124
125
## name Double-quoted heredoc with multiple variables.
126
127
0 commit comments