1 IN: io.launcher.windows.tests
\r
2 USING: tools.test io.launcher.windows ;
\r
4 [ "hello world" ] [ { "hello" "world" } join-arguments ] unit-test
\r
6 [ "bob \"mac arthur\"" ] [ { "bob" "mac arthur" } join-arguments ] unit-test
\r
8 [ "bob mac\\\\arthur" ] [ { "bob" "mac\\\\arthur" } join-arguments ] unit-test
\r
10 [ "bob \"mac arthur\\\\\"" ] [ { "bob" "mac arthur\\" } join-arguments ] unit-test
\r