]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/prettyprint/prettyprint-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / vocabs / prettyprint / prettyprint-tests.factor
index b3b7dfd9acc85c467104330031b902f92593e4fe..5c81f373d8931f7b1bd82e9f082c8b43070e468b 100644 (file)
@@ -7,9 +7,9 @@ IN: vocabs.prettyprint.tests
 
     << manifest get pprint-manifest >>""" ;
 
-{
+[
 """USING: kernel namespaces vocabs.parser vocabs.prettyprint ;"""
-}
+]
 [ [ manifest-test-1 eval( -- ) ] with-string-writer ] unit-test
 
 : manifest-test-2 ( -- string )
@@ -18,10 +18,10 @@ IN: vocabs.prettyprint.tests
 
     << manifest get pprint-manifest >>""" ;
 
-{
+[
 """USING: kernel namespaces vocabs.parser vocabs.prettyprint ;
 IN: vocabs.prettyprint.tests"""
-}
+]
 [ [ manifest-test-2 eval( -- ) ] with-string-writer ] unit-test
 
 : manifest-test-3 ( -- string )
@@ -34,21 +34,21 @@ IN: vocabs.prettyprint.tests"""
 
     << manifest get pprint-manifest >>""" ;
 
-{
+[
 """USING: kernel namespaces vocabs.parser vocabs.prettyprint ;
 FROM: math => + - ;
 QUALIFIED: system
 QUALIFIED-WITH: assocs a
 EXCLUDE: parser => run-file ;
 IN: vocabs.prettyprint.tests"""
-}
+]
 [ [ manifest-test-3 eval( -- ) ] with-string-writer ] unit-test
 
-{
+[
 """USING: alien.c-types alien.syntax byte-arrays io
 io.encodings.binary io.encodings.string io.encodings.utf8
 io.streams.byte-array kernel sequences system system-info unix ;"""
-} [
+] [
     [
         {
             "alien.c-types"