pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-10-15
1998-10-15 15:49:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cad31392c718379b881a051eb8e7936dfeff43df (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug.
Rev: src/testsuite.in:1.129
1:
-
stest_true([["$Id: testsuite.in,v 1.
128
1998/10/15
13
:
53:
49 grubba Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
129
1998/10/15
15
:
49
:
30
grubba Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
2400:
// - string_to_unicode, unicode_to_string test_eq(string_to_unicode("foo"), "\0f\0o\0o")
-
test_eq(string_to_unicode("blä"), "
\0b\0l\oä
")
+
test_eq(string_to_unicode("blä"), "
\0b\0l\0ä
")
test_eq(string_to_unicode("\77077"), "\176\77") test_eq(string_to_unicode("\777077"), "\330\277\336\77") // Enable when unicode_to_string() understands surrogates.