pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-22
2014-10-22 09:40:58 by Per Hedbor <ph@opera.com>
b89356d846ffaf3baf517c7d3161feafc2a2f8e9 (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
Updated char tests
129:
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")
145:
test_eq('\UDeaDBeEF', -559038737) test_eq("\UDeaDBeEFFF", "\33653337357FF") test_eq("\UUDeaDBeEFFF", "\\UDeaDBeEFFF")
-
test_compile_error("\3434523423423523423423423423")
-
test_compile_error('\3434523423423523423423423423')
+
test_do([[ // bug 2677