]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/server/dispatchers/dispatchers-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / http / server / dispatchers / dispatchers-tests.factor
index 8ea09bd4a240560f37f626c7d93f62cd6f25034a..da4c4c78ec9f73463d0c75d298d48749900b57e1 100644 (file)
@@ -63,7 +63,7 @@ M: path-check-responder call-responder*
     drop
     >array "text/plain" <content> ;
 
-{ { "c" } } [
+[ { "c" } ] [
     V{ } clone responder-nesting set
 
     { "b" "c" }
@@ -76,7 +76,7 @@ M: path-check-responder call-responder*
 ] unit-test
 
 ! Test that "" dispatcher works with default>>
-{ } [
+[ ] [
     <dispatcher>
         "" <mock-responder> "" add-responder
         "bar" <mock-responder> "bar" add-responder