pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-30
2000-03-30 09:54:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
b62bf6d5e27745da9a5842c6ac96356eb2b8f101 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
line numbering bugfix
Rev: src/cpp.c:1.62
Rev: src/testsuite.in:1.290
1:
-
test_true([["$Id: testsuite.in,v 1.
289
2000/03/30
08
:
43
:
07
hubbe Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
290
2000/03/30
09
:
54
:
18
hubbe Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
24:
test_true([[1.0e-40]]); test_eq([[#"foo bar"]],[["foo\nbar"]]);
+
test_eq([[#"foo\
+
bar"]],[["foobar"]]);
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);