cflint / CFLint

Static code analysis for CFML (a linter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong line for bug in CFOutput

Vintic opened this issue · 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.