Skip to content

Commit

Permalink
Test extra
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Mar 27, 2017
1 parent 0fff6c8 commit 6b6b1eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test/fixtures/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,26 @@
" * @return ${4:void}",
" */"
]
},
{
"name": "Extra",
"config": {
"gap": true,
"extra": [
"@author John Smith <john@smith.com>"
]
},
"input": {
"message": "Undocumented var",
"var": "int"
},
"expected": [
"/**",
" * ${1:Undocumented var}",
" *",
" * @var ${2:int}",
" * @author John Smith <john@smith.com>",
" */"
]
}
]

0 comments on commit 6b6b1eb

Please sign in to comment.