pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
798
2008/
01
/
29
20
:
47
:
29
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
799
2008/
02
/
25
14
:
49
:
02
per
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) test_compile_any([[#pike 7.4]]) test_compile_any([[#pike 7.0]]) test_compile_any([[#pike 0.6]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
pike.git/src/testsuite.in:3845:
test_encode(0) 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.1875) test_encode(0.0000019073486328125) test_encode(({}))
+
// This should work both with and without bignums.
+
test_encode(({0xffffffff+1, 0xffffffff+2}))
test_encode(([])) test_encode("foobar") test_encode((<>)) test_encode("\7") test_encode("\77") test_encode("\777") test_encode("\7777") test_encode("\77777") test_encode("\777777") test_encode("\7777777")