]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interpolate/interpolate-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / interpolate / interpolate-tests.factor
index 79af789da7fb2c7ea4ece8a4a052a7bb3dd56fe9..01d64699720bd91f89539784609f2d2bdcccb296 100644 (file)
@@ -37,9 +37,9 @@ IN: interpolate.tests
     "Sup ${name}, we heard you liked ${noun}, so we put ${noun} on your ${noun} so you can ${verb} while you ${verb}." interpolate>string
 ] unit-test
 
-{ "Oops, I accidentally the whole economy..." } {
+{ "Oops, I accidentally the whole economy..." } [
     [let
         "economy" :> noun
         "accidentally" [ I[ Oops, I ${0} the whole ${noun}...]I ] with-string-writer
-    }
+    ]
 ] unit-test