Skip to content

Commit

Permalink
Delete multisignature tests
Browse files Browse the repository at this point in the history
These should be documented as a single thing, like D3 does.
  • Loading branch information
jfirebaugh committed Oct 13, 2015
1 parent e5ccb78 commit 593a6c1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 633 deletions.
15 changes: 1 addition & 14 deletions test/fixture/html/nested.input.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,14 @@ Klass.isArrayOfBuffers = function (buffers) {
Klass.MAGIC_NUMBER = 42;

/**
* Get an instance of {@link Klass}. Will make
* a {@link Klass klass instance multiword},
* like a {@link Klass|klass}
* Get an instance of {@link Klass}.
*
* @returns {Klass} that class
*/
function bar() {
return new Klass(1);
}

/**
* Get an instance of {@link Klass}. Will make
* a {@link Klass klass instance multiword},
* like a {@link Klass|klass}
*
* @returns {undefined} nothing
*/
function bar() {
return undefined;
}

/**
* Klass event
* @event event
Expand Down
25 changes: 1 addition & 24 deletions test/fixture/html/nested.output.files
Original file line number Diff line number Diff line change
Expand Up @@ -1797,11 +1797,6 @@ h4:hover .anchorjs-link {
class='block bold'>
bar
</a>
<a
href='#bar'
class='block bold'>
bar
</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -2087,25 +2082,7 @@ the referenced class type</p>
<h2 id='bar' class='mt0'>
bar<span class='gray'></span>
</h2>
<p>Get an instance of <a href="klass"><code>Klass</code></a>. Will make
a <a href="klass"><code>klass instance multiword</code></a>,
like a <a href="klass"><code>klass</code></a></p>

<h4>Returns</h4>
<code>undefined</code>
:
<span class='force-inline'>
<p>nothing</p>

</span>
</section>
</div><div class='py1'><section class='py2 clearfix'>
<h2 id='bar' class='mt0'>
bar<span class='gray'></span>
</h2>
<p>Get an instance of <a href="klass"><code>Klass</code></a>. Will make
a <a href="klass"><code>klass instance multiword</code></a>,
like a <a href="klass"><code>klass</code></a></p>
<p>Get an instance of <a href="klass"><code>Klass</code></a>.</p>

<h4>Returns</h4>
<code><code><a href="#klass">Klass</a></code></code>
Expand Down
19 changes: 0 additions & 19 deletions test/fixture/multisignature.input.js

This file was deleted.

31 changes: 0 additions & 31 deletions test/fixture/multisignature.output.custom.md

This file was deleted.

88 changes: 0 additions & 88 deletions test/fixture/multisignature.output.json

This file was deleted.

31 changes: 0 additions & 31 deletions test/fixture/multisignature.output.md

This file was deleted.

Loading

0 comments on commit 593a6c1

Please sign in to comment.