From 2c24a615cb7c0bae68289c3c6331df0e7fe6df46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 7 Oct 1997 04:45:44 -0700
Subject: [PATCH] another test

Rev: src/testsuite.in:1.58
---
 src/testsuite.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 5f66f92a71..15daf62a4c 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.57 1997/10/03 03:42:15 hubbe Exp $"]])
+test_true([["$Id: testsuite.in,v 1.58 1997/10/07 11:45:44 hubbe Exp $"]])
 test_eq(1e1,10.0)
 test_eq(1E1,10.0)
 test_eq(1e+1,10.0)
@@ -11,6 +11,7 @@ test_eq(class { static int foo=17; }()->foo,0)
 test_eval_error(class { static int foo=17; }()->foo=18;)
 test_equal( [[ ({ (["foo":"bar"]), (<"foo">), ([]) })->foo ]], [[ ({"bar",1,0}) ]])
 test_any([[mixed a=({([]),0}); a[1]=a; return a->foo[0];]],0)
+test_eval_error([[return column(({0}),"foo");]])
 
 test_any([[
 class p1 { int foo() { return 1; }};
-- 
GitLab