]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/images/images-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / images / images-tests.factor
index 0c647c62086bb75fbe7e35bba518b5958d190c4d..c2f83f4e4c21bf5ea2ab75ed2d617eaddf343f7f 100644 (file)
@@ -3,7 +3,7 @@
 USING: images tools.test kernel accessors ;
 IN: images.tests
 
-[ B{ 57 57 57 255 } ] [ 1 1 T{ image f { 2 3 } RGBA ubyte-components f f B{
+{ B{ 57 57 57 255 } } [ 1 1 T{ image f { 2 3 } RGBA ubyte-components f f B{
     0 0 0 0
     0 0 0 0
     0 0 0 0
@@ -12,14 +12,14 @@ IN: images.tests
     0 0 0 0
 } } pixel-at ] unit-test
 
-[ B{
+{ B{
     0 0 0 0
     0 0 0 0
     0 0 0 0
     57 57 57 255
     0 0 0 0
     0 0 0 0
-} ] [ B{ 57 57 57 255 } 1 1 T{ image f { 2 3 } RGBA ubyte-components f f B{
+} } [ B{ 57 57 57 255 } 1 1 T{ image f { 2 3 } RGBA ubyte-components f f B{
     0 0 0 0
     0 0 0 0
     0 0 0 0