]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/y-combinator/y-combinator-tests.factor
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
[factor.git] / extra / rosetta-code / y-combinator / y-combinator-tests.factor
index 8e2009a1eb9b6c97a84d8689851b9afff016ea52..20d9ab310999ccba5e95b247f0f1cdc15a8f0678 100644 (file)
@@ -1,6 +1,6 @@
 USING: kernel tools.test ;
 IN: rosetta-code.y-combinator
 
-[ 120 ] [ 5 [ almost-fac ] Y call ] unit-test
-[ 8 ]   [ 6 [ almost-fib ] Y call ] unit-test
-[ 61 ]  [ 3 3 [ almost-ack ] Y call ] unit-test
+{ 120 } [ 5 [ almost-fac ] Y call ] unit-test
+{ 8 }   [ 6 [ almost-fib ] Y call ] unit-test
+{ 61 }  [ 3 3 [ almost-ack ] Y call ] unit-test