pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-06
2000-04-06 19:24:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5fb9b03fab4151c32b027c71890659e9bcfb198e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed the 'bozo' bug
Rev: src/language.yacc:1.177
Rev: src/testsuite.in:1.293
1:
-
test_true([["$Id: testsuite.in,v 1.
292
2000/
03
/
30
20
:
05:
24
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
293
2000/
04
/
06
19
:
24
:
08
hubbe
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
332:
]]) test_compile([[Stdio.File foo=Stdio.FILE();]])
+
test_any([[string gurk="bozo"; string b(int x) { return (x?b(x-1)+gurk:""); }; return b(5)]],[["bozo"*5]])
+
dnl this should really work... dnl test_compile_any([[void foo(int,string,...);]])