From 4b38374082f9cb3404f25acb1a8cddaa486629d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 28 Apr 1998 00:48:53 -0700
Subject: [PATCH] more tests

Rev: src/testsuite.in:1.100
---
 src/testsuite.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index f9a4167219..420501e048 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-stest_true([["$Id: testsuite.in,v 1.99 1998/04/27 09:58:03 hubbe Exp $"]])
+stest_true([["$Id: testsuite.in,v 1.100 1998/04/28 07:48:53 hubbe Exp $"]])
 cond([[all_constants()->_verify_internals]],
 [[
   test_do(_verify_internals())
@@ -39,6 +39,10 @@ test_do(_debug(_debug(0)))
 test_do(_static_modules())
 test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]])
 test_compile([[Stdio.File foo=Stdio.File();]])
+test_compile([[  string|multiset(string) foo;
+  array(string) gazonk;
+  array(string) bar = indices(foo)-gazonk;
+]])
 test_compile([[class { Stdio.File foo=Stdio.File(); }]])
 test_compile_any([[void foo(Stdio.FILE f) {}]])
 test_compile_any([[void foo(array(Stdio.FILE) f) {}]])
-- 
GitLab