Skip to content

Commit

Permalink
test for #290
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Jun 20, 2017
1 parent feab887 commit edeba04
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/resources/com/cflint/tests/ExcludesAll/someErrors.cfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!---
This shouldn't ignore the missing var int the 2nd cfscript;
--->
<cfcomponent>

<cffunction name="testFunction" displayname="" access="public" output="false" returntype="void" hint="">
<cfscript>
var test = '';
someVar = '';
</cfscript>
</cffunction>

</cfcomponent>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ ]

0 comments on commit edeba04

Please sign in to comment.