]> gitweb.factorcode.org Git - factor.git/blob - basis/io/launcher/windows/windows-tests.factor
1a3fe823a57abe0062be629717962f9d53649446
[factor.git] / basis / io / launcher / windows / windows-tests.factor
1 IN: io.launcher.windows.tests\r
2 USING: tools.test io.launcher.windows ;\r
3 \r
4 [ "hello world" ] [ { "hello" "world" } join-arguments ] unit-test\r
5 \r
6 [ "bob \"mac arthur\"" ] [ { "bob" "mac arthur" } join-arguments ] unit-test\r
7 \r
8 [ "bob mac\\\\arthur" ] [ { "bob" "mac\\\\arthur" } join-arguments ] unit-test\r
9 \r
10 [ "bob \"mac arthur\\\\\"" ] [ { "bob" "mac arthur\\" } join-arguments ] unit-test\r