diff options
author | ericm <ericm> | 2000-01-28 19:32:05 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-28 19:32:05 (GMT) |
commit | c6f3f1f2051c0e0663480e2fb858e9436d3adcc4 (patch) | |
tree | e119b7d215c6e3228881c14c93a9d2d0537711e9 /tests/pkg | |
parent | 7f1780c6f594cd00f51e77b191d7659f31e84743 (diff) | |
download | tcl-c6f3f1f2051c0e0663480e2fb858e9436d3adcc4.zip tcl-c6f3f1f2051c0e0663480e2fb858e9436d3adcc4.tar.gz tcl-c6f3f1f2051c0e0663480e2fb858e9436d3adcc4.tar.bz2 |
* tests/pkg/spacename.tcl:
* tests/pkgMkIndex.test: Tests for fix for bug #2360.
* library/package.tcl: Fixed to extract only the first element of
the list returned by auto_qualify (bug #2360).
Diffstat (limited to 'tests/pkg')
-rw-r--r-- | tests/pkg/spacename.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkg/spacename.tcl b/tests/pkg/spacename.tcl new file mode 100644 index 0000000..7b48e76 --- /dev/null +++ b/tests/pkg/spacename.tcl @@ -0,0 +1,3 @@ +package provide spacename 1.0 +proc {a b} {} {} +proc {c d} {} {} |