pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2018-11-24
2018-11-24 13:12:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a8210fd4c45ce1c9250705711d2d1841610ef0d1 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Testsuite: Fixed backport incompatibility.
1089:
string q = "wq"; q += "21"; return sizeof(q + w);
-
}
+
}
;
#line 15 "test" mixed err = catch { whee("foo"); }; return ({ err[1][-1][0], err[1][-1][1] });