another test for turning off dotall mode inline

db4
Doug Coleman 2008-11-22 21:06:47 -06:00
parent ba680fae6f
commit 87fb9c0971
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ IN: regexp-tests
! Off by default.
[ f ] [ "\n" "." <regexp> matches? ] unit-test
[ t ] [ "\n" "(?s)." <regexp> matches? ] unit-test
[ f ] [ "\n\n" "(?s).(?-s)." <regexp> matches? ] unit-test
[ f ] [ "" ".+" <regexp> matches? ] unit-test
[ t ] [ "a" ".+" <regexp> matches? ] unit-test