Closed vsespb closed 10 years ago
Ah yes, this is now the same as https://github.com/guillaumeaubert/Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection/blob/master/t/ValuesAndExpressions/PreventSQLInjection.run#L116, thanks to the fix in eef8806. My apologies for the confusion, I wish I had noticed those typos in the closing terminators earlier.
Would you mind testing with the latest pull of the master branch? If you confirm that this is fixed now, I will then close this ticket.
I tested, LGTM (apart from PR 17).
Note that I am not good PPI tester, I just tried to include test case for your pop(). I.e. if you have pop @heredoc
- there should be test failing without it. And when I tried to hack it I discovered couple of edge cases.
I tested, LGTM (apart from PR 17).
Great, I'm going to close GH-15 without merging then, and keep GH-17 open instead.
Note that I am not good PPI tester, I just tried to include test case for your pop(). I.e. if you have
pop @heredoc
- there should be test failing without it. And when I tried to hack it I discovered couple of edge cases.
Thank you so much for all the testing you've done! You've found a lot of edge cases, and the test cases you're adding are definitely helping me to make this module more reliable.
GH-14 still not fixed, here is the test failing on my box (last newlines in file are important)