Skip to content

Commit 907a7a8

Browse files
committed
Test for augments formatting. Fixes #418
1 parent 06fb11e commit 907a7a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/fixture/html/nested.input.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Creates a new Klass
5+
* @extends Stream.Writable
56
* @class
67
*/
78
function Klass(foo) {

test/fixture/html/nested.output.files

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,13 @@
179179
<div class='pre p1 fill-light'>Klass(foo: )</div>
180180

181181

182+
<p>
183+
Extends
184+
185+
<a href="https://nodejs.org/api/stream.html#stream_class_stream_writable">Stream.Writable</a>
186+
187+
</p>
188+
182189

183190

184191

0 commit comments

Comments
 (0)