Add two failing tests

db4
Slava Pestov 2008-11-18 16:16:34 -06:00
parent 5f76266a2b
commit fc1754e4a0
1 changed files with 4 additions and 0 deletions

View File

@ -342,3 +342,7 @@ IN: regexp-tests
[ { 0 3 } ] [ "abc" "(ab|a)(bc)?" <regexp> first-match ] unit-test
[ { 23 24 } ] [ "aaaaaaaaaaaaaaaaaaaaaaab" "((a*)*b)*b" <regexp> first-match ] unit-test
[ t ] [ "a:b" ".+:?" <regexp> matches? ] unit-test
[ 1 ] [ "hello" ".+?" <regexp> match length ] unit-test