cpython/Lib/test/test_peg_generator
Pablo Galindo e55a0e971b
Fix 'gather' rules in the python parser generator (GH-22021)
Currently, empty sequences in gather rules make the conditional for
gather rules fail as empty sequences evaluate as "False". We need to
explicitly check for "None" (the failure condition) to avoid false
negatives.
2020-09-03 15:29:55 +01:00
..
__init__.py
__main__.py
test_c_parser.py bpo-40275: Use new test.support helper submodules in tests (GH-21448) 2020-08-03 18:49:18 +02:00
test_first_sets.py
test_pegen.py Fix 'gather' rules in the python parser generator (GH-22021) 2020-09-03 15:29:55 +01:00