pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.816 2008/05/18 14:24:59 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.817 2008/05/21 15:12:18 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:6940:    }    return sum;    }   };    return Bar()->foo()   ]], "foobarbaz")      test_equal( array_sscanf("^^;|", "%[^-|]%s"), ({ "^^", ";|" }) )   test_any([[mixed a; sscanf("^^;|","%[^-|]",a); return a]],"^^")    + test_any([[ + #pike 7.6 +  int foo; +  sscanf ("11", "%s", foo); +  return foo; + ]], "11") +    // sscanf %O -------------------------------------------------------------      define(test_percent_o_raw, [[    test_equal(array_sscanf(]]$3[[,]]$1[[),[[$2]])   ]])   define(test_percent_o_fmt, [[    test_percent_o_raw(]]$1[[,]]$2[[,sprintf(]]$1[[,@]]$2[[))   ]])   define(test_percent_o_char, [[   dnl patsubst doesn't exist on all m4's (it's a gnuism?)