CFLint
CFLint copied to clipboard
Wrong line for bug in CFOutput
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.