← every case · 4000 · a quote that opens nothing

4080-primed_identifier_and_apostrophe

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

read ascloc.defaultmezura.contentmezura.regionscc.defaulttokei.default
input.fs
1codelet s' = "it's fine"
2codelet t' = 1
3comments// a real comment

stringcommentthe tag around another language

What each tool answered

cloc.default ✓ agrees
the rules ask3 lines · 0 blanks · 2 code · 1 comments
it answers3 lines · 0 blanks · 2 code · 1 comments

cloc --json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs

mezura.content ✓ agrees
the rules ask3 lines · 2 code · 1 comments · 0 extra
it answers3 lines · 2 code · 1 comments · 0 extra

mezura cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs --output json --hide timing --counting content

mezura.region ✓ agrees
the rules ask3 lines · 0 blanks · 2 code · 1 comments
it answers3 lines · 0 blanks · 2 code · 1 comments

mezura cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs --output json --hide timing --counting region

scc.default ✓ agrees
the rules ask3 lines · 0 blanks · 2 code · 1 comments
it answers3 lines · 0 blanks · 2 code · 1 comments

scc --format json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs

tokei.default ✓ agrees
the rules ask3 lines · 0 blanks · 2 code · 1 comments
it answers3 lines · 0 blanks · 2 code · 1 comments

tokei --output json cases/4000-a_quote_that_opens_nothing/4080-primed_identifier_and_apostrophe/input.fs