about summary refs log tree commit diff
path: root/Test/E02xtrace.ztst
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:59:27 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:59:27 +0000
commit4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2 (patch)
tree13521be7112e479d7c6d253c292893c1b070a61a /Test/E02xtrace.ztst
parent4fe788b09293eac27472a33d3b5e784583c13bde (diff)
downloadzsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.gz
zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.xz
zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.zip
Assorted minor test tweaks.
Diffstat (limited to 'Test/E02xtrace.ztst')
-rw-r--r--Test/E02xtrace.ztst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst
index 2782e4e8b..412516cea 100644
--- a/Test/E02xtrace.ztst
+++ b/Test/E02xtrace.ztst
@@ -2,6 +2,7 @@
 
 %prep
   mkdir xtrace.tmp && cd xtrace.tmp
+
   function xtf {
     local regression_test_dummy_variable
     print "$*"
@@ -81,3 +82,10 @@
 ?+(eval):21> . ./xt.in Tracing: source 2>file
 ?+./xt.in:1> print Tracing: source 2>file
 ?+(eval):22> set +x
+
+ typeset -ft xtf
+ xtf 'Tracing: function'
+0:
+>Tracing: function
+?+xtf:1> local regression_test_dummy_variable
+?+xtf:2> print Tracing: function