pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-19
1997-10-19 22:13:33 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
bc86b3bde0ceecb1c9ccb8d8acdf6c5102341b95 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
encode_value now works on negative floats
Rev: src/encode.c:1.14
Rev: src/testsuite.in:1.60
1:
-
test_true([["$Id: testsuite.in,v 1.
59
1997/10/
10
20:
22:
02
hubbe Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
60
1997/10/
19
22:
13:33
hubbe Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
47:
test_encode("") test_encode(0.0) test_encode(1.0)
+
test_encode(-1.0)
test_encode(12.0) test_encode(100000.0) test_encode(3.14159265)