pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:11925:
test_eval_error(return utf8_to_string ("\u00fc\u0083\u00bf\u00bf\u00bf\u00bf", 1)) test_eq(utf8_to_string ("\u00fc\u0084\u0080\u0080\u0080\u0080", 1), "\U04000000") test_eval_error(return utf8_to_string ("\u00fe\u0080\u0080\u0080\u0080\u0080\u0080", 1)) test_eval_error(return utf8_to_string ("\u00fe\u0081\u00bf\u00bf\u00bf\u00bf\u00bf", 1)) test_eq(utf8_to_string ("\u00fe\u0082\u0080\u0080\u0080\u0080\u0080", 1), "\U80000000") // - stringp // Tested in foop // - strlen
-
test_
eq
(strlen
,
sizeof
)
+
test_
compile_error
(strlen
(
({}
)
))
// - symlink // - syslog // - tan // Tested in _math // - this_object and this test_true(objectp(this_object())) test_true(objectp(this))
pike.git/src/testsuite.in:13513:
test_eq(sprintf("%G", OBJ),"G") test_eq(sprintf("%F", OBJ),"F") test_eq(sprintf("%O", OBJ),"O") test_eq(sprintf("%s", OBJ),"s") test_eq(sprintf("%q", OBJ),"q") test_do(add_constant("OBJ")) dnl / : ; ^ _ > hasn't been tested test_eval_error(return sprintf("%d");)
-
test_eq(sprintf("%O", class { string _sprintf(int type) { return "\t"; } }()), "\t")
-
+
END_MARKER