pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-26
1999-05-26 07:10:01 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
55356ee22b3f1767a6df8bb9285b1155a7b8ef9b (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
looping parser bugfix
Rev: src/language.yacc:1.117
Rev: src/testsuite.in:1.170
1:
-
stest_true([["$Id: testsuite.in,v 1.
169
1999/05/
09
22
:
06
:
08
mirar
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
170
1999/05/
26
07
:
09
:
07
hubbe
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
54:
test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return b]],2) test_any([[ int a; catch { [a]=({1,2}); }; return 1]],1) test_any([[ int a,b; catch { [a,b]=({1}); }; return 1]],1)
+
test_compile_error([[
+
array a;
+
a = path_info[..(sizeof(path_info)-2]*"/";
+
]])
test_compile_error([[ default ; ]]) test_compile_error([[ 0999; ]]) test_compile_error([[ int a,b; [a,b]++; ]])