5 lines
130 B
Factor
5 lines
130 B
Factor
|
IN: io.sockets.tests
|
||
|
USING: io.sockets sequences math tools.test ;
|
||
|
|
||
|
[ t ] [ "localhost" 80 f resolve-host length 1 >= ] unit-test
|