Skip to content

Commit

Permalink
Merge pull request #620 from sigmavirus24/bug/619
Browse files Browse the repository at this point in the history
Add regression test for nested definitions
  • Loading branch information
sigmavirus24 authored Jan 30, 2017
2 parents 6837433 + e186792 commit 4d502e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testsuite/E30not.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ class Bar(object):
#: Okay
defaults = {}
defaults.update({})
#: Okay
def foo(x):
classification = x
definitely = not classification

0 comments on commit 4d502e4

Please sign in to comment.