← every case · 2000 · string forms
a string beginning at the byte straight after a block comment closes
| 1 | commentscommentscommentscommentscomments | /* a block |
| 2 | codecodecodecodecode | */"a string with no space before it" ; |
| 3 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/2000-string_forms/2050-string_opening_after_block_close/input.rs
mezura cases/2000-string_forms/2050-string_opening_after_block_close/input.rs --output json --hide timing --counting content
mezura cases/2000-string_forms/2050-string_opening_after_block_close/input.rs --output json --hide timing --counting region
scc --format json cases/2000-string_forms/2050-string_opening_after_block_close/input.rs
the code after the closing */ is not seen, so the file is reported as holding no code at all
tokei --output json cases/2000-string_forms/2050-string_opening_after_block_close/input.rs