mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
the statement 'a=b=c' returned 'b' only and ignored 'a' - fixes #45
This commit is contained in:
@@ -207,6 +207,7 @@ class TestRegression(Base):
|
||||
assert len(self.complete(s))
|
||||
|
||||
def test_os_nowait(self):
|
||||
""" github issue #45 """
|
||||
s = self.complete("import os; os.P_")
|
||||
assert 'P_NOWAIT' in [i.word for i in s]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user