← every case · 4000 · a quote that opens nothing
F# lets a name end in an apostrophe, so s' is one name. The apostrophe in the word it's, inside the string on the same line, is the other one. Neither may pair with the other
| 1 | codecodecodecodecode | let s' = "it's fine" |
| 2 | codecodecodecodecode | let t' = 1 |
| 3 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs
mezura cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs --output json --hide timing --counting content
mezura cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs --output json --hide timing --counting region
scc --format json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs
tokei --output json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs