]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/circular/circular-tests.factor
factor: clean up spaces in -tests files
[factor.git] / basis / circular / circular-tests.factor
index c83d4eb8973d9ed4fe2352492108065f5c0e14b6..f91326f3e1ef40e39b39d5d26bcd3d700db4e6aa 100644 (file)
@@ -11,7 +11,7 @@ IN: circular.tests
 [ "test"  ] [ "test" <circular> >string ] unit-test
 
 [ CHAR: e ] [ "test" <circular> 5 swap nth-unsafe ] unit-test
+
 [ [ 1 2 3 ] ] [ { 1 2 3 } <circular> [ ] like ] unit-test
 [ [ 2 3 1 ] ] [ { 1 2 3 } <circular> [ rotate-circular ] keep [ ] like ] unit-test
 [ [ 3 1 2 ] ] [ { 1 2 3 } <circular> [ rotate-circular ] keep [ rotate-circular ] keep [ ] like ] unit-test