The parser for text literals fails to parse an escaped backspace at the end of a text literal ``` "\\" // Parses fine: "\\ " ```
The parser for text literals fails to parse an escaped backspace at the end of a text literal