]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/99-bottles/99-bottles-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / extra / 99-bottles / 99-bottles-tests.factor
index 855b42ec7fc7cbe03aed608078dd50f9eecc1177..669f1cde3363ca419c27f74bc717e858c13deae8 100644 (file)
@@ -3,7 +3,7 @@
 USING: 99-bottles io.streams.string tools.test ;
 IN: 99-bottles.tests
 
-[
+{
 """99 bottles of beer on the wall, 99 bottles of beer.
 Take one down, pass it around, 98 bottles of beer on the wall.
 
@@ -304,5 +304,5 @@ Take one down, pass it around, no more bottles of beer on the wall.
 No more bottles of beer on the wall, no more bottles of beer.
 Go to the store and buy some more, 99 bottles of beer on the wall.
 """
-]
+}
 [ [ 99-bottles ] with-string-writer ] unit-test