]> gitweb.factorcode.org Git - factor.git/commitdiff
pcre: fix test
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Jul 2015 02:33:54 +0000 (19:33 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Jul 2015 02:33:54 +0000 (19:33 -0700)
extra/pcre/pcre-tests.factor

index ed1cdffc4971078b217b7c26e976c5714ebc4b18..033acd7331b097e64341788cd57ccd64336c9dc7 100644 (file)
@@ -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