• Home
  • Raw
  • Download

Lines Matching refs:description

35 		description string
41 description: "BCPL Single Line Comments",
53 description: "Go Comment With Multiline String",
65 description: "Python Multiline String",
77 description: "Python module-level Docstring #1",
89 description: "Python module-level Docstring #2",
107 description: "Python module-level Docstring #3",
124 description: "TR Command String",
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",
314 description: "JavaScript regex",
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",
446 …t.Errorf("Mismatch(%q) = %+v, want %+v, diff=%v", tt.description, got, tt.want, cmp.Diff(got, tt.w…
453 description string
458 description: "Empty Comments",
463 description: "Single Line Comment Chunk",
474 description: "Multiline Comment Chunk",
483 description: "Multiple Single Line Comment Chunks",
502 description: "Multiline Comment Chunk",
513 description: "Multiline and Single Line Comment Chunks",
530 description: "Mixed Multiline / Single Line Comments",
553 tt.description, i+1, len(tt.want))
557 t.Errorf("Mismatch(%q) = %+v, want %+v", tt.description, got, tt.want[i])
563 tt.description, i, len(tt.want))