summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/E02xtrace.ztst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst
index da6191cd0..8d2c300cf 100644
--- a/Test/E02xtrace.ztst
+++ b/Test/E02xtrace.ztst
@@ -146,3 +146,12 @@
?+(anon):0> '(anon)'
?+(anon):0> true
?+fn:0> gn
+
+ f() {
+ f() { echo inner }
+ }
+ functions -T f
+ f
+ which f | grep '# traced'
+0:a function that redefines itself preserves tracing
+> # traced