From b82cc99ebb78c33964d82f8f4d460aec9831e338 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 4 Oct 1999 13:47:53 -0700
Subject: [PATCH] new test

Rev: src/testsuite.in:1.200
---
 src/testsuite.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 34335a44d8..27a2696a22 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.199 1999/10/03 21:44:19 hubbe Exp $"]])
+test_true([["$Id: testsuite.in,v 1.200 1999/10/04 20:47:53 hubbe Exp $"]])
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -94,6 +94,12 @@ cond([[all_constants()->_debug]],
 ]])
 test_do(_static_modules())
 test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]])
+
+dnl
+dnl Undocumented but important behaviour...
+dnl
+test_eq([[Stdio._stdin]],[[Stdio.stdin->_fd]])
+
 test_compile_any([[
 class Bar
 {
-- 
GitLab