← every case · 1000 · comments

1110-close_and_reopen_with_a_space

the same close and reopen as case 1100 with whitespace between the symbols, which must change nothing

read ascloc.defaultmezura.contentmezura.regionscc.defaulttokei.default
input.c
1comments/* first block
2comments*/ /* the space between them changes nothing
3comments*/
4codeint x = 1;

stringcommentthe tag around another language

What each tool answered

cloc.default ✓ agrees
the rules ask4 lines · 0 blanks · 1 code · 3 comments
it answers4 lines · 0 blanks · 1 code · 3 comments

cloc --json cases/1000-comments/1110-close_and_reopen_with_a_space/input.c

mezura.content ✓ agrees
the rules ask4 lines · 1 code · 2 comments · 1 extra
it answers4 lines · 1 code · 2 comments · 1 extra

mezura cases/1000-comments/1110-close_and_reopen_with_a_space/input.c --output json --hide timing --counting content

mezura.region ✓ agrees
the rules ask4 lines · 0 blanks · 1 code · 3 comments
it answers4 lines · 0 blanks · 1 code · 3 comments

mezura cases/1000-comments/1110-close_and_reopen_with_a_space/input.c --output json --hide timing --counting region

scc.default ✓ agrees
the rules ask4 lines · 0 blanks · 1 code · 3 comments
it answers4 lines · 0 blanks · 1 code · 3 comments

scc --format json cases/1000-comments/1110-close_and_reopen_with_a_space/input.c

tokei.default ✓ agrees
the rules ask4 lines · 0 blanks · 1 code · 3 comments
it answers4 lines · 0 blanks · 1 code · 3 comments

tokei --output json cases/1000-comments/1110-close_and_reopen_with_a_space/input.c