The compiler can't find the end of the string literal. String literals must be enclosed in quotes (double " or single ', depending on the string type). Note that quotes in the literal's content must be escaped.
"
'
Possible solutions: add a missing quote.
Last updated 5 years ago