← every case · 2000 · string forms
only the symbol that opened a string can close it, so the other kind inside is text
| 1 | codecodecodecodecode | a = "an apostrophe ' inside a double quoted string" |
| 2 | codecodecodecodecode | b = 'a quote " inside a single quoted string' |
stringcommentthe tag around another language
cloc --json cases/2000-string_forms/2030-string_symbol_of_another_kind_inside/input.py
mezura cases/2000-string_forms/2030-string_symbol_of_another_kind_inside/input.py --output json --hide timing --counting content
mezura cases/2000-string_forms/2030-string_symbol_of_another_kind_inside/input.py --output json --hide timing --counting region
scc --format json cases/2000-string_forms/2030-string_symbol_of_another_kind_inside/input.py
tokei --output json cases/2000-string_forms/2030-string_symbol_of_another_kind_inside/input.py