@@ -41,12 +41,12 @@ const testData = [
4141desc : '<ol>\n<li>fish</li>\n<li>fish</li>\n</ol>\n' +
4242'<ul>\n<li>Red fish</li>\n<li>Blue fish</li>\n</ul>' ,
4343type : 'module' ,
44- displayName : 'Seussian Rhymes'
44+ displayName : 'Seussian Rhymes' ,
4545} ] ,
4646type : 'module' ,
47- displayName : 'Sample Markdown'
48- } ]
49- }
47+ displayName : 'Sample Markdown' ,
48+ } ] ,
49+ } ,
5050} ,
5151{
5252file : fixtures . path ( 'order_of_end_tags_5873.md' ) ,
@@ -68,18 +68,18 @@ const testData = [
6868params : [ {
6969textRaw : '`array`{Array}' ,
7070name : 'array' ,
71- type : 'Array'
72- } ]
71+ type : 'Array' ,
72+ } ] ,
7373} ,
74- ]
74+ ] ,
7575} ] ,
7676type : 'module' ,
77- displayName : 'Subsection'
77+ displayName : 'Subsection' ,
7878} ] ,
7979type : 'module' ,
80- displayName : 'Title'
81- } ]
82- }
80+ displayName : 'Title' ,
81+ } ] ,
82+ } ,
8383} ,
8484{
8585file : fixtures . path ( 'doc_with_yaml.md' ) ,
@@ -96,12 +96,12 @@ const testData = [
9696name : 'foobar' ,
9797meta : {
9898added : [ 'v1.0.0' ] ,
99- changes : [ ]
99+ changes : [ ] ,
100100} ,
101101desc : '<p>Describe <code>Foobar</code> in more detail ' +
102102'here.</p>' ,
103103type : 'module' ,
104- displayName : 'Foobar'
104+ displayName : 'Foobar' ,
105105} ,
106106{
107107textRaw : 'Foobar II' ,
@@ -113,40 +113,40 @@ const testData = [
113113'pr-url' : 'https://github.com/nodejs/node/pull/3276' ,
114114'description' : 'The `error` parameter can now be ' +
115115'an arrow function.' } ,
116- ]
116+ ] ,
117117} ,
118118desc : '<p>Describe <code>Foobar II</code> in more detail ' +
119119'here. fg(1)</p>' ,
120120type : 'module' ,
121- displayName : 'Foobar II'
121+ displayName : 'Foobar II' ,
122122} ,
123123{
124124textRaw : 'Deprecated thingy' ,
125125name : 'deprecated_thingy' ,
126126meta : {
127127added : [ 'v1.0.0' ] ,
128128deprecated : [ 'v2.0.0' ] ,
129- changes : [ ]
129+ changes : [ ] ,
130130} ,
131131desc : '<p>Describe <code>Deprecated thingy</code> in more ' +
132132'detail here. fg(1p)</p>' ,
133133type : 'module' ,
134- displayName : 'Deprecated thingy'
134+ displayName : 'Deprecated thingy' ,
135135} ,
136136{
137137textRaw : 'Something' ,
138138name : 'something' ,
139139desc : '<!-- This is not a metadata comment -->\n<p>' +
140140'Describe <code>Something</code> in more detail here.</p>' ,
141141type : 'module' ,
142- displayName : 'Something'
142+ displayName : 'Something' ,
143143} ,
144144] ,
145145type : 'module' ,
146- displayName : 'Sample Markdown with YAML info'
146+ displayName : 'Sample Markdown with YAML info' ,
147147} ,
148- ]
149- }
148+ ] ,
149+ } ,
150150} ,
151151{
152152file : fixtures . path ( 'doc_with_backticks_in_headings.md' ) ,
@@ -160,61 +160,61 @@ const testData = [
160160properties : [
161161{
162162name : 'fullName' ,
163- textRaw : '`Fqhqwhgads.fullName`'
163+ textRaw : '`Fqhqwhgads.fullName`' ,
164164} ,
165165] ,
166166classMethods : [
167167{
168168name : 'again' ,
169169signatures : [
170170{
171- params : [ ]
171+ params : [ ] ,
172172} ,
173173] ,
174174textRaw : 'Static method: `Fhqwhgads.again()`' ,
175- type : 'classMethod'
175+ type : 'classMethod' ,
176176} ,
177177] ,
178178classes : [
179179{
180180textRaw : 'Class: `ComeOn`' ,
181181type : 'class' ,
182- name : 'ComeOn'
182+ name : 'ComeOn' ,
183183} ,
184184] ,
185185ctors : [
186186{
187187name : 'Fhqwhgads' ,
188188signatures : [
189189{
190- params : [ ]
190+ params : [ ] ,
191191} ,
192192] ,
193193textRaw : 'Constructor: `new Fhqwhgads()`' ,
194- type : 'ctor'
194+ type : 'ctor' ,
195195} ,
196196] ,
197197methods : [
198198{
199199textRaw : '`everybody.to(limit)`' ,
200200type : 'method' ,
201201name : 'to' ,
202- signatures : [ { params : [ ] } ]
202+ signatures : [ { params : [ ] } ] ,
203203} ,
204204] ,
205205events : [
206206{
207207textRaw : "Event: `'FHQWHfest'`" ,
208208type : 'event' ,
209209name : 'FHQWHfest' ,
210- params : [ ]
210+ params : [ ] ,
211211} ,
212212] ,
213213type : 'module' ,
214- displayName : 'Fhqwhgads'
214+ displayName : 'Fhqwhgads' ,
215215} ,
216- ]
217- }
216+ ] ,
217+ } ,
218218} ,
219219] ;
220220
0 commit comments