pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-01
1998-09-01 16:57:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8f407c13e0369af77fae6e4d2e38e1cdb30f5d4d (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test-case for a subtraction bug.
Rev: src/testsuite.in:1.121
1:
-
stest_true([["$Id: testsuite.in,v 1.
120
1998/
08
/
10
23
:
33
:
30
hubbe
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
121
1998/
09
/
01
16
:
57
:
46
grubba
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
11:
test_eq('\x20',32) test_eq("\x20","\040") test_eq('Å',"Å"[0])
+
test_eq(0x80000000-0x80000000, 0)
test_true([[1.0e-40]]) test_eq([[#"foo bar"]],[["foo\nbar"]])