Branch: Tag:

2000-09-09

2000-09-09 12:38:14 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

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)