← every case · 4000 · a quote that opens nothing
Clojure writes a character as a backslash and the character itself, so a double quote is written \". It reads like an escaped quote and is not one: there is no string here for it to be inside, and it opens none
| 1 | codecodecodecodecode | (def q \") |
| 2 | codecodecodecodecode | (def x 1) |
| 3 | commentscommentscommentscommentscomments | ; a real comment |
stringcommentthe tag around another language
cloc --json cases/4000-a_quote_that_opens_nothing/4030-character_written_with_a_backslash/input.clj
mezura cases/4000-a_quote_that_opens_nothing/4030-character_written_with_a_backslash/input.clj --output json --hide timing --counting content
mezura cases/4000-a_quote_that_opens_nothing/4030-character_written_with_a_backslash/input.clj --output json --hide timing --counting region
scc --format json cases/4000-a_quote_that_opens_nothing/4030-character_written_with_a_backslash/input.clj
tokei --output json cases/4000-a_quote_that_opens_nothing/4030-character_written_with_a_backslash/input.clj