Lines Matching full:comments
38 want Comments
41 description: "BCPL Single Line Comments",
140 description: "Lisp Single Line Comments",
152 description: "Shell Single Line Comments",
164 description: "BCPL Multiline Comments",
176 description: "BCPL Multiline Comments no terminating newline",
188 description: "Nested Multiline Comments",
200 description: "Ruby Multiline Comments",
212 description: "Multiple Single Line Comments",
237 description: "Mixed Multiline / Single Line Comments",
268 description: "Mixed Multiline / Single Line Comments",
299 description: "HTML-like comments and quotes",
344 description: "SQL using MySQL-style comments",
375 description: "SQL using MySQL-style comments",
406 description: "Matlab language - Single Line Comments",
422 description: "Matlab language - Multi-Line Comments",
454 comments Comments
455 want []Comments
458 description: "Empty Comments",
459 comments: Comments{},
464 comments: Comments{
468 want: []Comments{{
475 comments: Comments{{
478 want: []Comments{{{
484 comments: Comments{
490 want: []Comments{
503 comments: Comments{
507 want: []Comments{
514 comments: Comments{
519 want: []Comments{
530 description: "Mixed Multiline / Single Line Comments",
531 comments: []*Comment{
536 want: []Comments{
550 for got := range tt.comments.ChunkIterator() {