pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-09
2000-09-09 12:38:14 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
e1a0969e7deb6841d2df63b5def9b345df3a2ae5 (
12
lines) (+
11
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added calendar module (which currently crashes the compiler)
Rev: src/testsuite.in:1.327
1:
-
test_true([["$Id: testsuite.in,v 1.
326
2000/09/
03
23
:
22
:
16
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
327
2000/09/
09
12
:
38
:
14
mirar
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
5494:
// Pike modules
+
// Calendar
+
// just check if it compiles for now
+
test_true(Calendar)
+
test_true(Calendar.II)
+
test_true(Calendar.Day)
+
test_true(Calendar.Day())
+
test_true(Calendar.Events)
+
test_true(Calendar.Stardate)
+
// LR test_true(LR.parser) test_true(LR.Grammar_parser)