pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-20
2000-09-20 13:19:52 by Fredrik Noring <noring@nocrew.org>
a915885c2a0e85c2e9fa1b9420c79efcc27cd1c2 (
15
lines) (+
14
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Tests for [bug
369 (#369)
].
Rev: src/testsuite.in:1.331
1:
-
test_true([["$Id: testsuite.in,v 1.
330
2000/09/
15
01
:
07
:
38
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
331
2000/09/
20
13
:
19
:
52
noring
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
145:
]], "int") test_compile_any([[
+
class { ; }
+
]])
+
+
test_compile_any([[
+
class { ; ; }
+
]])
+
+
test_compile_any([[
+
class { ; constant c = 0; }
+
]])
+
+
test_compile_any([[
constant FOO = 0; mapping(int:string) foo = ([FOO: "foo"]); ]])