Alexander Elís Ebenesersson 17bd3e59f8 Fix panic on raw string assist
Strings that do not contain two quotation marks
would cause a slice indexing panic because code
was assuming `find_usual_string_range` would return
a string with two quotes, but it would incorrectly
also return text ranges containing only a single quote.
2019-10-28 03:00:28 +09:00
..
2019-10-28 03:00:28 +09:00
2019-10-27 12:23:22 +03:00
2019-10-25 14:47:48 +03:00