Add failing unit test for regexp

db4
Slava Pestov 2009-01-25 17:06:08 -06:00
parent c074740746
commit 5c20705ed3
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ IN: regexp-tests
[ "1.2.3.4" ]
[ "1ABC2DEF3GHI4JK" R/ [A-Z]+/ "." re-replace ] unit-test
[ "-- title --" ] [ "== title ==" "=" <regexp> "-" re-replace ] unit-test
/*
! FIXME
[ f ] [ "ab" "a(?!b)" <regexp> first-match ] unit-test