summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/C04funcdef.ztst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst
index 0c00a0477..5786018e0 100644
--- a/Test/C04funcdef.ztst
+++ b/Test/C04funcdef.ztst
@@ -523,6 +523,15 @@
1:
?fn:4: maximum nested function level reached; increase FUNCNEST?
+ (
+ fpath=(.)
+ print "foo-bar() { print this should run automatically; }" >foo-bar
+ autoload -Uz foo-bar
+ foo-bar
+ )
+0:autoload containing dash
+>this should run automatically
+
%clean
rm -f file.in file.out