]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/negation/negation-tests.factor
factor: clean up spaces in -tests files
[factor.git] / basis / regexp / negation / negation-tests.factor
index f367e62ff55507ac8a3d7b7f169646b1753e7284..f5c389985dd2ffabfc0adea84ed41ae7d66783aa 100644 (file)
@@ -10,7 +10,7 @@ IN: regexp.negation.tests
             { 0 H{ { CHAR: a 1 } { T{ not-class f CHAR: a } -1 } } }
             { 1 H{ { t -1 } } }
             { -1 H{ { t -1 } } }
-        } } 
+        } }
         { start-state 0 }
         { final-states HS{ 0 -1 } }
     }
@@ -19,7 +19,7 @@ IN: regexp.negation.tests
     T{ transition-table
         { transitions H{
             { 0 H{ { CHAR: a 1 } } }
-            { 1 H{ } } 
+            { 1 H{ } }
         } }
         { start-state 0 }
         { final-states HS{ 1 } }