factor/extra/io/sockets/sockets-tests.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