aboutsummaryrefslogtreecommitdiff
path: root/parsertest.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsertest.py')
-rwxr-xr-xparsertest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsertest.py b/parsertest.py
index a4e0d90..b1c3a3c 100755
--- a/parsertest.py
+++ b/parsertest.py
@@ -404,6 +404,7 @@ class Parser:
a = ArgumentNode(self.current)
a.set_kwarg(s.value, value)
a = ArgumentNode(self.current)
+ a.arguments.append(s)
return a
def method_call(self, source_object):