Searched refs:ERR_STRING_ESCAPE (Results 1 – 1 of 1) sorted by relevance
394 ERR_STRING_ESCAPE = 'String contains invalid escape' variable463 self.assertLexerError(r'"jx\`"', ERR_STRING_ESCAPE)464 self.assertLexerError(r'"hekllo\* on ix"', ERR_STRING_ESCAPE)465 self.assertLexerError(r'L"hekllo\* on ix"', ERR_STRING_ESCAPE)467 …3\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123"', ERR_STRING_ESCAPE)468 …1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23\xf1\x23"', ERR_STRING_ESCAPE)