pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:387:
else out = "bar"; return out; } ]]) test_compile_any([[ mixed foo() { array a;
-
array b = a->f("b")
?
->b;
+
array b = a->f("b")->
?
b;
return b; } ]]) define(test_string_range,[[ test_any([[ string s = (string) ({ $1, $1 }); if (!arrayp(String.range(s))) return "huh?"; // dont optimize this, it forces string range check return search(s, $1); ]], 0)