@@ -334,7 +334,7 @@ mod test {
334334 let expected = [
335335 Comment {
336336 span : Span :: new ( 9 , 24 ) ,
337- kind : CommentKind :: SinglelineBlock ,
337+ kind : CommentKind :: SingleLineBlock ,
338338 position : CommentPosition :: Leading ,
339339 attached_to : 70 ,
340340 newlines : CommentNewlines :: Leading | CommentNewlines :: Trailing ,
@@ -350,15 +350,15 @@ mod test {
350350 } ,
351351 Comment {
352352 span : Span :: new ( 54 , 69 ) ,
353- kind : CommentKind :: SinglelineBlock ,
353+ kind : CommentKind :: SingleLineBlock ,
354354 position : CommentPosition :: Leading ,
355355 attached_to : 70 ,
356356 newlines : CommentNewlines :: Leading ,
357357 content : CommentContent :: None ,
358358 } ,
359359 Comment {
360360 span : Span :: new ( 76 , 92 ) ,
361- kind : CommentKind :: SinglelineBlock ,
361+ kind : CommentKind :: SingleLineBlock ,
362362 position : CommentPosition :: Trailing ,
363363 attached_to : 0 ,
364364 newlines : CommentNewlines :: None ,
@@ -398,15 +398,15 @@ token /* Trailing 1 */
398398 let expected = vec ! [
399399 Comment {
400400 span: Span :: new( 20 , 35 ) ,
401- kind: CommentKind :: SinglelineBlock ,
401+ kind: CommentKind :: SingleLineBlock ,
402402 position: CommentPosition :: Leading ,
403403 attached_to: 36 ,
404404 newlines: CommentNewlines :: Leading | CommentNewlines :: Trailing ,
405405 content: CommentContent :: None ,
406406 } ,
407407 Comment {
408408 span: Span :: new( 42 , 58 ) ,
409- kind: CommentKind :: SinglelineBlock ,
409+ kind: CommentKind :: SingleLineBlock ,
410410 position: CommentPosition :: Trailing ,
411411 attached_to: 0 ,
412412 newlines: CommentNewlines :: Trailing ,
@@ -431,15 +431,15 @@ token /* Trailing 1 */
431431 let expected = vec ! [
432432 Comment {
433433 span: Span :: new( 1 , 13 ) ,
434- kind: CommentKind :: MultilineBlock ,
434+ kind: CommentKind :: MultiLineBlock ,
435435 position: CommentPosition :: Leading ,
436436 attached_to: 28 ,
437437 newlines: CommentNewlines :: Leading | CommentNewlines :: Trailing ,
438438 content: CommentContent :: None ,
439439 } ,
440440 Comment {
441441 span: Span :: new( 14 , 26 ) ,
442- kind: CommentKind :: MultilineBlock ,
442+ kind: CommentKind :: MultiLineBlock ,
443443 position: CommentPosition :: Leading ,
444444 attached_to: 28 ,
445445 newlines: CommentNewlines :: Leading | CommentNewlines :: Trailing ,
0 commit comments