]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/units/imperial/imperial-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / extra / units / imperial / imperial-tests.factor
index f29f2748e4f9f180a26fcab9f69ea3582a14f2f5..40afbbd7f70c990aa69823ce414cec8c9a2dc6df 100644 (file)
@@ -1,23 +1,23 @@
 USING: kernel math tools.test units.imperial inverse ;
 IN: units.imperial.tests
 
-[ 1 ] [ 12 inches [ feet ] undo ] unit-test
-[ 12 ] [ 1 feet [ inches ] undo ] unit-test
+{ 1 } [ 12 inches [ feet ] undo ] unit-test
+{ 12 } [ 1 feet [ inches ] undo ] unit-test
 
-[ t ] [ 16 ounces 1 pounds = ] unit-test
-[ t ] [ 1 pounds [ ounces ] undo 16 = ] unit-test
+{ t } [ 16 ounces 1 pounds = ] unit-test
+{ t } [ 1 pounds [ ounces ] undo 16 = ] unit-test
 
-[ 1 ] [ 4 quarts [ gallons ] undo ] unit-test
-[ 4 ] [ 1 gallons [ quarts ] undo ] unit-test
+{ 1 } [ 4 quarts [ gallons ] undo ] unit-test
+{ 4 } [ 1 gallons [ quarts ] undo ] unit-test
 
-[ 2 ] [ 1 pints [ cups ] undo ] unit-test
-[ 1 ] [ 2 cups [ pints ] undo ] unit-test
+{ 2 } [ 1 pints [ cups ] undo ] unit-test
+{ 1 } [ 2 cups [ pints ] undo ] unit-test
 
-[ 256 ] [ 1 gallons [ tablespoons ] undo ] unit-test
-[ 1 ] [ 256 tablespoons [ gallons ] undo ] unit-test
+{ 256 } [ 1 gallons [ tablespoons ] undo ] unit-test
+{ 1 } [ 256 tablespoons [ gallons ] undo ] unit-test
 
-[ 768 ] [ 1 gallons [ teaspoons ] undo ] unit-test
-[ 1 ] [ 768 teaspoons [ gallons ] undo ] unit-test
+{ 768 } [ 1 gallons [ teaspoons ] undo ] unit-test
+{ 1 } [ 768 teaspoons [ gallons ] undo ] unit-test
 
 { 1 } [ 6 feet [ fathoms ] undo ] unit-test
 { 1 } [ 8 furlongs [ miles ] undo ] unit-test