← every case · 2000 · string forms
a C# verbatim string, which opens with @" and closes with a bare quote, so its two ends are not the same symbol. It runs across lines, and the backslashes inside it escape nothing
| 1 | codecodecodecodecode | var path = @"C:\one |
| 2 | codecodecodecodecode | C:\two"; |
| 3 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/2000-string_forms/2070-verbatim_string_crossing_lines/input.cs
mezura cases/2000-string_forms/2070-verbatim_string_crossing_lines/input.cs --output json --hide timing --counting content
mezura cases/2000-string_forms/2070-verbatim_string_crossing_lines/input.cs --output json --hide timing --counting region
scc --format json cases/2000-string_forms/2070-verbatim_string_crossing_lines/input.cs
tokei --output json cases/2000-string_forms/2070-verbatim_string_crossing_lines/input.cs