pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-10
1998-04-10 04:49:55 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
87c9d2d09a01eb73e89289de8a4e8d7f141d2595 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix in __INIT
Rev: src/program.c:1.74
Rev: src/testsuite.in:1.87
1:
-
test_true([["$Id: testsuite.in,v 1.
86
1998/04/
09
21
:
11
:
03
hubbe Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
87
1998/04/
10
04
:
49
:
55
hubbe Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
11:
test_eq([[#"foo bar"]],[["foo\nbar"]]) test_true([[stringp(#string "Makefile")]])
+
test_any([[class Bar { array(int) foo = ({}); }; class Foo { inherit Bar; array(int) foo = ({1}); }; return sizeof(Foo()->foo);]],1)
+
+
test_any([[object(Stdio.File) f; f=Stdio.File(); return 1]],1) test_compile([[int t=gauge { string foo; };]]) test_compile_any([[class { object(Stdio.FILE) f; void create() { f=Stdio.FILE(); }}]])