]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/negation/negation-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / regexp / negation / negation-tests.factor
index 452026278ccacccbf8151bd11f55013442fb615a..f5c389985dd2ffabfc0adea84ed41ae7d66783aa 100644 (file)
@@ -3,7 +3,7 @@
 USING: tools.test regexp.negation regexp.transition-tables regexp.classes ;
 IN: regexp.negation.tests
 
-{
+[
     ! R/ |[^a]|.+/
     T{ transition-table
         { transitions H{
@@ -14,7 +14,7 @@ IN: regexp.negation.tests
         { start-state 0 }
         { final-states HS{ 0 -1 } }
     }
-} [
+] [
     ! R/ a/
     T{ transition-table
         { transitions H{