Branch: Tag:

1998-09-01

1998-09-01 17:05:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added a few more tests for the subtraction bug.

Rev: src/testsuite.in:1.122

1: - stest_true([["$Id: testsuite.in,v 1.121 1998/09/01 16:57:46 grubba Exp $"]]) + stest_true([["$Id: testsuite.in,v 1.122 1998/09/01 17:05:24 grubba Exp $"]])   cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
12:   test_eq("\x20","\040")   test_eq('Å',"Å"[0])   test_eq(0x80000000-0x80000000, 0) + test_eq(0xf0000000-0xf0000000, 0) + test_eq(0x80000001-0x80000000, 1) + test_eq(0x80000000-0x80000001,-1)   test_true([[1.0e-40]])   test_eq([[#"foo   bar"]],[["foo\nbar"]])