parse/invalid-character
This happens when a character literal is not one of the supported character forms.
Mitigations
Use a single character. You can also use a supported named character such as \newline or \space. A valid Unicode character form also works.