Skip to content

Commit 6af3bd0

Browse files
committed
Add unit test for #449
1 parent f294fb1 commit 6af3bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/function-type.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ var valid = [];
1414
var invalid = [];
1515

1616
valid.push({
17+
code: '_.filter(vm.global, function (n) { return n % 2 === 0; })',
18+
options: ['anonymous']
19+
}, {
1720
code: 'angular.module("mymodule.constants", []).constant("EMPTY", [])',
1821
options: ['anonymous']
1922
}, {

0 commit comments

Comments
 (0)