More weirdness testing

This commit is contained in:
rocky
2017-12-03 20:29:55 -05:00
parent c791a45aae
commit 6ecaa16cd5
5 changed files with 4 additions and 1 deletions

View File

@@ -10,3 +10,5 @@ list(x for x in range(10) if x % 2 if x % 3)
# but leave dead code or junk around that we have to match on.
# Tests "conditional_true" rule
(5 if 1 else max(5, 2))
0 or max(5, 3) if 0 else 3