Wrong line for bug in CFOutput
Vintic opened this issue · comments
Vintic commented
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.