Skip to content

Commit cda4c3a

Browse files
committed
one more failing test for guillaumeaubertGH-14
1 parent 49b2c9b commit cda4c3a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

t/ValuesAndExpressions/PreventSQLInjection.run

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,13 @@ $test
306306
$test
307307
? 'insert into ' . $table
308308
: 'update' . ' ' . $table;
309+
310+
## name (GH-14) Another heredoc with variable in last line.
311+
## failures 1
312+
## cut
313+
314+
my $heredoc = <<"HERE"
315+
SELECT
316+
FROM $table
317+
HERE
318+

0 commit comments

Comments
 (0)