]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/images/tessellation/tessellation-tests.factor
factor: use new math.ranges syntax in tests and docs
[factor.git] / basis / images / tessellation / tessellation-tests.factor
index 74b9d1b14646d46f64d02d406338ff706d20fba3..211f5893eec6191098c3aae9e85af8e1cc61cd06 100644 (file)
@@ -20,7 +20,7 @@ IN: images.tessellation
     }
 } [
     <image>
-        1 16 [a,b] >byte-array >>bitmap
+        1 16 [a..b] >byte-array >>bitmap
         { 4 4 } >>dim
         L >>component-order
         ubyte-components >>component-type
@@ -40,7 +40,7 @@ IN: images.tessellation
     }
 } [
     <image>
-        1 9 [a,b] >byte-array >>bitmap
+        1 9 [a..b] >byte-array >>bitmap
         { 3 3 } >>dim
         L >>component-order
         ubyte-components >>component-type