pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-01
1998-09-01 17:05:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bda8c0ef0634e3de4d33137ed78dae5572685187 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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"]])