Home
last modified time | relevance | path

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

/external/python/pycparser/tests/
Dtest_c_lexer.py391 ERR_OCTAL = 'Invalid octal constant' variable
448 self.assertLexerError('029', ERR_OCTAL)
449 self.assertLexerError('012345678', ERR_OCTAL)