|
@@ -5312,7 +5312,7 @@ sub process {
|
|
}
|
|
}
|
|
|
|
|
|
# check for line continuations in quoted strings with odd counts of "
|
|
# check for line continuations in quoted strings with odd counts of "
|
|
- if ($rawline =~ /\\$/ && $rawline =~ tr/"/"/ % 2) {
|
|
|
|
|
|
+ if ($rawline =~ /\\$/ && $sline =~ tr/"/"/ % 2) {
|
|
WARN("LINE_CONTINUATIONS",
|
|
WARN("LINE_CONTINUATIONS",
|
|
"Avoid line continuations in quoted strings\n" . $herecurr);
|
|
"Avoid line continuations in quoted strings\n" . $herecurr);
|
|
}
|
|
}
|