From fb2523dc8187d0e8d13184d872bf350a39c110c8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 19 Nov 2008 01:57:44 -0600 Subject: [PATCH] Revert "disable regexp failing tests for now" This reverts commit 020a866e426d6554225e54938170d79936518a49. --- basis/regexp/regexp-tests.factor | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/basis/regexp/regexp-tests.factor b/basis/regexp/regexp-tests.factor index 388a71e028..4878b67d0f 100644 --- a/basis/regexp/regexp-tests.factor +++ b/basis/regexp/regexp-tests.factor @@ -347,8 +347,6 @@ IN: regexp-tests [ { 23 24 } ] [ "aaaaaaaaaaaaaaaaaaaaaaab" "((a*)*b)*b" first-match ] unit-test -! Disable tests so builds will upload, for now... +[ t ] [ "a:b" ".+:?" matches? ] unit-test -! [ t ] [ "a:b" ".+:?" matches? ] unit-test - -! [ 1 ] [ "hello" ".+?" match length ] unit-test +[ 1 ] [ "hello" ".+?" match length ] unit-test