From 907a7a89c572df3da246cd5e1b2ec7bd31cdca02 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sun, 22 May 2016 20:04:03 -0400 Subject: [PATCH] Test for augments formatting. Fixes #418 --- test/fixture/html/nested.input.js | 1 + test/fixture/html/nested.output.files | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/test/fixture/html/nested.input.js b/test/fixture/html/nested.input.js index a99d25c..f12f67a 100644 --- a/test/fixture/html/nested.input.js +++ b/test/fixture/html/nested.input.js @@ -2,6 +2,7 @@ /** * Creates a new Klass + * @extends Stream.Writable * @class */ function Klass(foo) { diff --git a/test/fixture/html/nested.output.files b/test/fixture/html/nested.output.files index caddf18..2532ffb 100644 --- a/test/fixture/html/nested.output.files +++ b/test/fixture/html/nested.output.files @@ -179,6 +179,13 @@
Klass(foo: )
+

+ Extends + + Stream.Writable + +

+