Home
last modified time | relevance | path

Searched refs:ERR_ILLEGAL_CHAR (Results 1 – 1 of 1) sorted by relevance

/external/python/pycparser/tests/
Dtest_c_lexer.py390 ERR_ILLEGAL_CHAR = 'Illegal character' variable
443 self.assertLexerError('@', ERR_ILLEGAL_CHAR)
444 self.assertLexerError('`', ERR_ILLEGAL_CHAR)
445 self.assertLexerError('\\', ERR_ILLEGAL_CHAR)
470 …3\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\123\12\123456', ERR_ILLEGAL_CHAR)
471 …3\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x23\x2\x23456', ERR_ILLEGAL_CHAR)