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