From de8390dfad74068299e121ba93acde4af8e14097 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 21 Jul 2015 19:33:54 -0700 Subject: [PATCH] pcre: fix test --- extra/pcre/pcre-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pcre/pcre-tests.factor b/extra/pcre/pcre-tests.factor index ed1cdffc49..033acd7331 100644 --- a/extra/pcre/pcre-tests.factor +++ b/extra/pcre/pcre-tests.factor @@ -136,4 +136,4 @@ os unix? [ [ 10 ] [ PCRE_CONFIG_NEWLINE pcre-config ] unit-test ] when ] unit-test ! Test that the regexp syntax works. -{ t } [ "1234abcd" regexp:R[ ^\d+\w+$] matches? ] unit-test +{ t } [ "1234abcd" regexp:R/ ^\d+\w+$/ matches? ] unit-test