← every case · 2000 · string forms
a Rust raw string, opened with r#" and closed with "#, so the plain quotes written inside it are text and close nothing
| 1 | codecodecodecodecode | let a = r#"say "hi" and stay code"#; |
| 2 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/2000-string_forms/2130-raw_string_holding_quotes/input.rs
mezura cases/2000-string_forms/2130-raw_string_holding_quotes/input.rs --output json --hide timing --counting content
mezura cases/2000-string_forms/2130-raw_string_holding_quotes/input.rs --output json --hide timing --counting region
scc --format json cases/2000-string_forms/2130-raw_string_holding_quotes/input.rs
tokei --output json cases/2000-string_forms/2130-raw_string_holding_quotes/input.rs