List comprehension fragment bugs in 3.4

This commit is contained in:
rocky
2018-02-01 09:08:46 -05:00
parent 555a1235b2
commit 576ab98319
3 changed files with 43 additions and 10 deletions

View File

@@ -74,8 +74,8 @@ def check_expect(expect, parsed, fn_name):
pass
@pytest.mark.skip(reason='needs reworking')
def test_stuff():
return
parsed = get_parsed_for_fn(map_stmts)
expect = """
-1