]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bson/bson-tests.factor
factor: fix some spacing
[factor.git] / extra / bson / bson-tests.factor
index b0052e3d71db329bcf0433789cd3bf047e996201..24809f7297f58efd4e6778bec68b463bfb546956 100644 (file)
@@ -36,12 +36,18 @@ IN: bson.tests
                    { gmt-offset T{ duration { hour 2 } } } } } } turnaround
 ] unit-test
 
-{ H{ { "nested" H{ { "a" "a string" } { "b" H{ { "a" "a string" } } } } }
-     { "ref" T{ dbref f "a" "b" "c" } }
-     { "array" H{ { "a list" { 1 2.234 "hello world" } } } }
-     { "quot" [ 1 2 + ] } }
-}
-[ H{ { "nested" H{ { "a" "a string" } { "b" H{ { "a" "a string" } } } } }
-     { "ref" T{ dbref f "a" "b" "c" } }
-     { "array" H{ { "a list" { 1 2.234 "hello world" } } } }
-     { "quot" [ 1 2 + ] } } turnaround ] unit-test
+{
+     H{
+          { "nested" H{ { "a" "a string" } { "b" H{ { "a" "a string" } } } } }
+          { "ref" T{ dbref f "a" "b" "c" } }
+          { "array" H{ { "a list" { 1 2.234 "hello world" } } } }
+          { "quot" [ 1 2 + ] }
+     }
+} [
+     H{
+          { "nested" H{ { "a" "a string" } { "b" H{ { "a" "a string" } } } } }
+          { "ref" T{ dbref f "a" "b" "c" } }
+          { "array" H{ { "a list" { 1 2.234 "hello world" } } } }
+          { "quot" [ 1 2 + ] }
+     } turnaround
+] unit-test