aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/function.out
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-05-17 14:17:01 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-05-17 14:17:01 -0700
commit286c60bc9d1b692b650bd0c37a6da635e99f119f (patch)
tree0afbe223a384e7562e94b306a91d1f89ae724330 /tests/function.out
parentc26d317da5950645590fecf45c907f35ba0462bb (diff)
Correctly handle mixing named arguments with function name
Before this fix, `function -a arg1 name1` would produce a function named 'arg1'. After this fix, it will produce a function named 'name'. See #2068 for more.
Diffstat (limited to 'tests/function.out')
-rw-r--r--tests/function.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/function.out b/tests/function.out
index 3fa70990..5a3da619 100644
--- a/tests/function.out
+++ b/tests/function.out
@@ -18,3 +18,7 @@ $bar: (5)
4: ''
5: '3'
$baz: (0)
+Function name1 found
+Function name2 found
+Function name3 found
+Function name4 found