Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Add nested lists to @return in test
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 12, 2018
1 parent 7e79c3a commit ac79657
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/fixture/docs/kitchen-sink.md
Expand Up @@ -143,7 +143,10 @@ Link this: [Some_Klass.baz](#some_klassbazstr-arr)
`{array}` Return summary, link this: [Some_Klass.baz](#some_klassbazstr-arr)

* Return item 1
* Return item 1a
* Return item 1b
* Return item 2
* Return item 2a

Return body 1st line
Return body 2nd line
Expand Down Expand Up @@ -194,7 +197,10 @@ Don't escape this: `<html>`
`{array}` Return summary `<html>` &lt;html&gt;

- Return item 1
- Return item 1a
- Return item 1b
- Return item 2
- Return item 2a
- Return item `<html>`
- Return item &lt;html&gt;

Expand Down
6 changes: 6 additions & 0 deletions test/fixture/lib/kitchen-sink.js
Expand Up @@ -115,7 +115,10 @@ Some_Klass.prototype.fooFoo09 = function() {
* @see Some_Klass.baz
* @return {array} Return summary, link this: Some_Klass.baz
* * Return item 1
* * Return item 1a
* * Return item 1b
* * Return item 2
* * Return item 2a
*
* Return body 1st line
* Return body 2nd line
Expand Down Expand Up @@ -149,7 +152,10 @@ Some_Klass.prototype.bar = function(noSummary, str, obj) {
* - Array item <html>
* @return {array} Return summary `<html>` <html>
* - Return item 1
* - Return item 1a
* - Return item 1b
* - Return item 2
* - Return item 2a
* - Return item `<html>`
* - Return item <html>
*/
Expand Down

0 comments on commit ac79657

Please sign in to comment.