pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
-
test_true([["$Id: testsuite.in,v 1.
538
2002/09/21
15
:
09
:
04
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
539
2002/09/21
18
:
24
:
36
mast Exp $"]]);
-
+
// This triggered a bug only if run sufficiently early.
+
test_compile_any([[#pike 7.2]])
+
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) ]]); test_eq(1e1,10.0); test_eq(1E1,10.0); test_eq(1e+1,10.0); test_eq(1.1e1,11.0); test_eq(1e-1,0.1); test_eq('\x20',32);