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.
813
2008/05/
12
13
:
32
:
14
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
814
2008/05/
17
14
:
10
:
01
marcus
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:6936:
bar(s); break; } } return sum; } }; return Bar()->foo() ]], "foobarbaz")
+
test_equal( array_sscanf("^^;|", "%[^-|]%s"), ({ "^^", ";|" }) )
+
test_any([[mixed a; sscanf("^^;|","%[^-|]",a); return a]],"^^")
+
// 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?)