← every case · 4000 · a quote that opens nothing

4090-transpose_operator_and_char

Julia transposes a matrix by writing an apostrophe after it, so a' is an operation and the apostrophe stands alone. A real character literal sits on the line below, and a counter that pairs the two swallows everything between them

read ascloc.defaultmezura.contentmezura.regionscc.defaulttokei.default
input.jl
1codeb = a'
2codec = 'x'
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/4090-transpose_operator_and_char/input.jl

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/4090-transpose_operator_and_char/input.jl --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/4090-transpose_operator_and_char/input.jl --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/4090-transpose_operator_and_char/input.jl

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/4090-transpose_operator_and_char/input.jl