Python 2.6 grammary bug and..

__pkginfo.py__: Bump spark_parser version for parse_flags 'dups'
This commit is contained in:
rocky
2016-11-23 21:44:53 -05:00
parent df2ca51f4a
commit cbcfd53dae
4 changed files with 8 additions and 5 deletions

View File

@@ -59,5 +59,5 @@ def test_dup_rule():
python_parser(PYTHON_VERSION, inspect.currentframe().f_code,
is_pypy=IS_PYPY,
parser_debug={
'rules': True, 'transition': False, 'reduce': False,
'errorstack': None, 'context': True})
'dups': True, 'transition': False, 'reduce': False,
'rules': False, 'errorstack': None, 'context': True})