Tests for decode-string
parent
e06885550e
commit
1abb7c643e
|
@ -0,0 +1,5 @@
|
||||||
|
USING: io.encodings.utf8 io.encodings.utf16 io.encodings.string tools.test ;
|
||||||
|
IN: io.encodings.string.tests
|
||||||
|
|
||||||
|
[ "hello" ] [ "hello" utf8 decode-string ] unit-test
|
||||||
|
[ "he" ] [ "\0h\0e" utf16be decode-string ] unit-test
|
|
@ -1,4 +1,4 @@
|
||||||
USING: io.sockets io kernel math threads
|
USING: io.sockets io kernel math threads io.encodings.ascii
|
||||||
debugger tools.time prettyprint concurrency.count-downs
|
debugger tools.time prettyprint concurrency.count-downs
|
||||||
namespaces arrays continuations ;
|
namespaces arrays continuations ;
|
||||||
IN: benchmark.sockets
|
IN: benchmark.sockets
|
||||||
|
|
Loading…
Reference in New Issue