Skip to content

Commit ae2bdf3

Browse files
MichelSimonotMichelSimonot
MichelSimonot
authored and
MichelSimonot
committed
Update test input to include a deep options parameter.
1 parent a8db72c commit ae2bdf3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

__tests__/fixture/html/nested.input.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ Klass.prototype.getFoo = function() {
2626
*/
2727
Klass.prototype.withOptions = function(options, otherOptions) {};
2828

29+
/**
30+
* A function with a deep options parameter
31+
* @param {Object} options
32+
* @param {string} options.foo
33+
* @param {Object} options.bar
34+
* @param {string} options.bar.buz
35+
*/
36+
Klass.prototype.withDeepOptions = function(options) {};
37+
2938
/**
3039
* @typedef CustomError
3140
* @name CustomError

0 commit comments

Comments
 (0)