pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-01-29
1999-01-29 12:30:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5dd218eeaf76c04c9cdfe262470f9ea67885ce18 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more tests..
Rev: src/testsuite.in:1.141
1:
-
stest_true([["$Id: testsuite.in,v 1.
140
1999/01/
24
12:
00
:
41
hubbe Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
141
1999/01/
29
12:
30
:
35
hubbe Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
51:
test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return a]],1) test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return b]],2) test_compile_error([[ default ; ]])
+
test_compile_error([[ 0999; ]])
test_compile_error([[ int a,b; [a,b]++; ]]) test_compile_error([[ array(int) x;