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.
744
2004/11/
01
03
:
06
:
03
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
745
2004/11/
02
00
:
59
:
33
mast 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:7972:
#if $1 return 1; #else return 0; #endif ]],0)]]) test_if_true(1) test_if_false(0)
+
test_if_true('n' == 110)
+
// #if == test_if_true(1==1) test_if_false(1==2) // #if != test_if_true(1!=2) test_if_false(1!=1) // #if ( ) test_if_true( (((1))==1) )