pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:123:
test_true(1e-1<=1e1) test_true(1e1<=1e10) test_true(1e10<=1e100) test_true(1e100<=1e1000) test_true(1e1000<=1e10000) test_true(1e10000<=1e100000000000000000000000000000000000000000000000000000000000) test_compile_error('\3434523423423523423423423423') test_compile_error("\3434523423423523423423423423") test_compile_error("\d109827346981234561823743412654")
+
test_compile_error('\d109827346981234561823743412654')
test_compile_error("\x109a27bc69e256c83deaa34c26b4")
-
+
test_compile_error('\x109a27bc69e256c83deaa34c26b4')
test_compile_error('\u17fo') test_compile_error("\u17fo")
-
test_
compile
_
error
('\uu117f', 0x5c7531313766)
+
+
test_
eq('012456789abcdefghijklmnopqrstuvwxyz'->digits(256),
+
"012456789abcdefghijklmnopqrstuvwxyz")
+
test
_
eq
('\uu117f', 0x5c7531313766)
test_eq("\uuuu17fo", "\\uuu17fo") test_eq('\u117f', 0x117f) test_eq("\u117foo", "\10577oo") test_eq("\u1117foo", "\10427foo") test_eq("\uuuu117foo", "\\uuu117foo") test_compile_error('\U117f') test_compile_error("\U117f") test_compile_error("\UdEaDbEaT") test_eq("\UUdEaDbEaT", "\\UdEaDbEaT") test_eq('\UDeaDBeEF', -559038737) test_eq("\UDeaDBeEFFF", "\33653337357FF") test_eq("\UUDeaDBeEFFF", "\\UDeaDBeEFFF")
-
test_compile_error("\3434523423423523423423423423")
-
test_compile_error('\3434523423423523423423423423')
+
test_do([[ // bug 2677 int x; if (time()) x = 1; else foo: break foo; ]])