← every case · 3000 · escapes and the closing quote
a verbatim string whose last byte is a backslash. In F# the body of @"..." is literal, so the closing quote closes it whatever precedes it, and the line ends where it looks like it ends
| 1 | codecodecodecodecode | let dir = @"C:\temp\" |
| 2 | commentscommentscommentscommentscomments | // a real comment |
| 3 | codecodecodecodecode | let x = 1 |
stringcommentthe tag around another language
cloc --json cases/3000-escapes_and_the_closing_quote/3050-verbatim_string_ending_in_a_backslash/input.fs
mezura cases/3000-escapes_and_the_closing_quote/3050-verbatim_string_ending_in_a_backslash/input.fs --output json --hide timing --counting content
mezura cases/3000-escapes_and_the_closing_quote/3050-verbatim_string_ending_in_a_backslash/input.fs --output json --hide timing --counting region
scc --format json cases/3000-escapes_and_the_closing_quote/3050-verbatim_string_ending_in_a_backslash/input.fs
tokei --output json cases/3000-escapes_and_the_closing_quote/3050-verbatim_string_ending_in_a_backslash/input.fs