]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interpolate/interpolate-tests.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / interpolate / interpolate-tests.factor
index 01d64699720bd91f89539784609f2d2bdcccb296..b5a44064f868aa5f8a7507e8f49e647f4639735f 100644 (file)
@@ -40,6 +40,6 @@ IN: interpolate.tests
 { "Oops, I accidentally the whole economy..." } [
     [let
         "economy" :> noun
-        "accidentally" [ I[ Oops, I ${0} the whole ${noun}...]I ] with-string-writer
+        "accidentally" [ [I Oops, I ${0} the whole ${noun}...I] ] with-string-writer
     ]
 ] unit-test