]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/finance/finance-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / math / finance / finance-tests.factor
index 44e18b0829348c4acc29739c7805a2f75352acd8..ed2d4cae34dad1fd87ed0ec419ec1982decbb59a 100644 (file)
@@ -9,12 +9,12 @@ IN: math.finance.tests
 
 { { 2 4 } } [ { 1 3 5 } 2 sma ] unit-test
 
-{ { 2 3 4 5 } } [ 6 iota 2 dema ] unit-test
+{ { 2 3 4 5 } } [ 6 <iota> 2 dema ] unit-test
 
-{ t } [ 6 iota 2 [ dema ] [ 1 gdema ] 2bi = ] unit-test
+{ t } [ 6 <iota> 2 [ dema ] [ 1 gdema ] 2bi = ] unit-test
 
-{ { 3 4 5 } } [ 6 iota 2 tema ] unit-test
-{ { 6 7 8 9 } } [ 10 iota 3 tema ] unit-test
+{ { 3 4 5 } } [ 6 <iota> 2 tema ] unit-test
+{ { 6 7 8 9 } } [ 10 <iota> 3 tema ] unit-test
 
 { { 1 3 1 } } [ { 1 3 2 6 3 } 2 momentum ] unit-test