1
0
forked from VimPlug/jedi

Fix the remaining issues with the StatementElement.next refactoring.

This commit is contained in:
Dave Halter
2014-08-19 00:12:14 +02:00
parent 8006d6f190
commit 8bde89cc58
4 changed files with 7 additions and 3 deletions

View File

@@ -24,6 +24,9 @@ class TestCallSignatures(TestCase):
def test_simple(self):
run = self._run_simple
s7 = "str().upper().center("
s8 = "str(int[zip("
run(s7, 'center', 0)
# simple
s1 = "sorted(a, str("