CFLint icon indicating copy to clipboard operation
CFLint copied to clipboard

Wrong line for bug in CFOutput

Open Vintic opened this issue 5 years ago • 0 comments

Wrong line will be reported if bug is in cfoutput: Example, rule: VAR_INVALID_NAME, code:

<cfset hi()/>
<cfoutput>
<div>
    <div>
        <h4>ZXC</h4>
    </div>
    <h4>TEST (#фывйс#)</h4>
</div>
</cfoutput>

will report, line 2, when it is 7.

Vintic avatar Jun 30 '20 11:06 Vintic