pcre: fix test

db4
Doug Coleman 2015-07-21 19:33:54 -07:00
parent 89ffe8fa82
commit de8390dfad
1 changed files with 1 additions and 1 deletions

View File

@ -136,4 +136,4 @@ os unix? [ [ 10 ] [ PCRE_CONFIG_NEWLINE pcre-config ] unit-test ] when
] unit-test ] unit-test
! Test that the regexp syntax works. ! Test that the regexp syntax works.
{ t } [ "1234abcd" regexp:R[ ^\d+\w+$] matches? ] unit-test { t } [ "1234abcd" regexp:R/ ^\d+\w+$/ matches? ] unit-test