Why is this an issue?

Unknown character escape codes in string literals should be fixed.

How to fix it

Code examples

Noncompliant code example

string s = "Hello World\q";