Skip to content

Commit 808debd

Browse files
Updated test specs for new newline handling in Handlebars v3
1 parent d432d63 commit 808debd

31 files changed

+173
-461
lines changed

test/renderer/specs/classes/_access_.privateclass.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> fake<wbr>Private<wbr>Fu
159159
<p>A function that is made private via comment.</p>
160160
</div>
161161
</div>
162-
<h4 class="tsd-returns-title">Returns
163-
<span class="tsd-signature-type">void</span>
164-
</h4>
162+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
165163
</li>
166164
</ul>
167165
</section>
@@ -183,9 +181,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> fake<wbr>Protected<
183181
<p>A function that is made protected via comment.</p>
184182
</div>
185183
</div>
186-
<h4 class="tsd-returns-title">Returns
187-
<span class="tsd-signature-type">void</span>
188-
</h4>
184+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
189185
</li>
190186
</ul>
191187
</section>

test/renderer/specs/classes/_classes_.baseclass.html

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
151151
<h5>name: <span class="tsd-signature-type">string</span></h5>
152152
</li>
153153
</ul>
154-
<h4 class="tsd-returns-title">Returns
155-
<a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a>
156-
</h4>
154+
<h4 class="tsd-returns-title">Returns <a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a></h4>
157155
</li>
158156
<li class="tsd-description">
159157
<aside class="tsd-sources">
@@ -167,9 +165,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
167165
<h5>source: <a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a></h5>
168166
</li>
169167
</ul>
170-
<h4 class="tsd-returns-title">Returns
171-
<a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a>
172-
</h4>
168+
<h4 class="tsd-returns-title">Returns <a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a></h4>
173169
</li>
174170
</ul>
175171
</section>
@@ -287,9 +283,7 @@ <h5>param1: <span class="tsd-signature-type">number</span></h5>
287283
</div>
288284
</li>
289285
</ul>
290-
<h4 class="tsd-returns-title">Returns
291-
<span class="tsd-signature-type">void</span>
292-
</h4>
286+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
293287
</li>
294288
</ul>
295289
</section>
@@ -311,9 +305,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> check<wbr>Name</h3>
311305
<p>This is a private function.</p>
312306
</div>
313307
</div>
314-
<h4 class="tsd-returns-title">Returns
315-
<span class="tsd-signature-type">boolean</span>
316-
</h4>
308+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
317309
</li>
318310
</ul>
319311
</section>
@@ -337,9 +329,7 @@ <h3>get<wbr>Name</h3>
337329
<p>It should be inherited by all subclasses. This class has a static
338330
member with the same name, both should be documented.</p>
339331
</div>
340-
<h4 class="tsd-returns-title">Returns
341-
<span class="tsd-signature-type">string</span>
342-
</h4>
332+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
343333
<p>Return the name.</p>
344334
</li>
345335
</ul>
@@ -372,9 +362,7 @@ <h5>name: <span class="tsd-signature-type">string</span></h5>
372362
</div>
373363
</li>
374364
</ul>
375-
<h4 class="tsd-returns-title">Returns
376-
<span class="tsd-signature-type">void</span>
377-
</h4>
365+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
378366
</li>
379367
</ul>
380368
</section>
@@ -413,9 +401,7 @@ <h5>fieldNames: <span class="tsd-signature-type">string[]</span></h5>
413401
<h5>mandatoryFields: <span class="tsd-signature-type">string[]</span></h5>
414402
</li>
415403
</ul>
416-
<h4 class="tsd-returns-title">Returns
417-
<span class="tsd-signature-type">string</span>
418-
</h4>
404+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
419405
</li>
420406
</ul>
421407
</section>
@@ -438,9 +424,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Instance</h3>
438424
</div>
439425
<p>Static functions should not be inherited.</p>
440426
</div>
441-
<h4 class="tsd-returns-title">Returns
442-
<a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a>
443-
</h4>
427+
<h4 class="tsd-returns-title">Returns <a href="_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a></h4>
444428
<p>An instance of BaseClass.</p>
445429
</li>
446430
</ul>
@@ -465,9 +449,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Name</h3>
465449
<p>Static functions should not be inherited. This class has a
466450
member with the same name, both should be documented.</p>
467451
</div>
468-
<h4 class="tsd-returns-title">Returns
469-
<span class="tsd-signature-type">string</span>
470-
</h4>
452+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
471453
<p>Return the name.</p>
472454
</li>
473455
</ul>

test/renderer/specs/classes/_classes_.genericclass.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ <h3>get<wbr>Value</h3>
151151
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L283">classes.ts:283</a></li>
152152
</ul>
153153
</aside>
154-
<h4 class="tsd-returns-title">Returns
155-
<span class="tsd-signature-type">T</span>
156-
</h4>
154+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span></h4>
157155
</li>
158156
</ul>
159157
</section>
@@ -176,9 +174,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
176174
<h5>value: <span class="tsd-signature-type">T</span></h5>
177175
</li>
178176
</ul>
179-
<h4 class="tsd-returns-title">Returns
180-
<span class="tsd-signature-type">void</span>
181-
</h4>
177+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
182178
</li>
183179
</ul>
184180
</section>

test/renderer/specs/classes/_classes_.internalclass.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ <h5>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-t
124124
</ul>
125125
</li>
126126
</ul>
127-
<h4 class="tsd-returns-title">Returns
128-
<a href="_classes_.internalclass.html" class="tsd-signature-type">InternalClass</a>
129-
</h4>
127+
<h4 class="tsd-returns-title">Returns <a href="_classes_.internalclass.html" class="tsd-signature-type">InternalClass</a></h4>
130128
</li>
131129
</ul>
132130
</section>

test/renderer/specs/classes/_classes_.nongenericclass.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ <h2>Properties</h2>
110110
<h3>value</h3>
111111
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <a href="_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a></div>
112112
<aside class="tsd-sources">
113-
<p>Inherited from
114-
<a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#value">value</a>
115-
</p>
113+
<p>Inherited from <a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#value">value</a></p>
116114
<ul>
117115
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L275">classes.ts:275</a></li>
118116
</ul>
@@ -130,16 +128,12 @@ <h3>get<wbr>Value</h3>
130128
<ul class="tsd-descriptions">
131129
<li class="tsd-description">
132130
<aside class="tsd-sources">
133-
<p>Inherited from
134-
<a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#getvalue">getValue</a>
135-
</p>
131+
<p>Inherited from <a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#getvalue">getValue</a></p>
136132
<ul>
137133
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L283">classes.ts:283</a></li>
138134
</ul>
139135
</aside>
140-
<h4 class="tsd-returns-title">Returns
141-
<a href="_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a>
142-
</h4>
136+
<h4 class="tsd-returns-title">Returns <a href="_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a></h4>
143137
</li>
144138
</ul>
145139
</section>
@@ -152,9 +146,7 @@ <h3>set<wbr>Value</h3>
152146
<ul class="tsd-descriptions">
153147
<li class="tsd-description">
154148
<aside class="tsd-sources">
155-
<p>Inherited from
156-
<a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#setvalue">setValue</a>
157-
</p>
149+
<p>Inherited from <a href="_classes_.genericclass.html">GenericClass</a>.<a href="_classes_.genericclass.html#setvalue">setValue</a></p>
158150
<ul>
159151
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L278">classes.ts:278</a></li>
160152
</ul>
@@ -165,9 +157,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
165157
<h5>value: <a href="_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a></h5>
166158
</li>
167159
</ul>
168-
<h4 class="tsd-returns-title">Returns
169-
<span class="tsd-signature-type">void</span>
170-
</h4>
160+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
171161
</li>
172162
</ul>
173163
</section>

0 commit comments

Comments
 (0)