summaryrefslogtreecommitdiffstats
path: root/tests/lindex.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lindex.test')
-rw-r--r--tests/lindex.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lindex.test b/tests/lindex.test
index fa2c1c6..46023ca 100644
--- a/tests/lindex.test
+++ b/tests/lindex.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# SCCS: @(#) lindex.test 1.7 97/02/27 16:53:56
+# SCCS: @(#) lindex.test 1.8 97/12/08 15:03:23
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -72,3 +72,5 @@ test lindex-3.3 {quoted elements} {
test lindex-3.4 {quoted elements} {
lindex {a b {c d "e} {f g"}} 2
} {c d "e}
+
+return