regexp: fix test

db4
Slava Pestov 2010-07-23 20:40:44 -07:00
parent 44dc1aadc0
commit cdb52119a0
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ unit-test
[ { "h" "llo" } ] [ "hello" R/ e+/ re-split [ >string ] map ] unit-test
[ { "" "h" "l" "l" "o" "" } ] [ "hello" R/ e*/ re-split [ >string ] map ] unit-test
[ { "" "h" "" "l" "l" "o" "" } ] [ "hello" R/ e*/ re-split [ >string ] map ] unit-test
[ { { 0 5 "hellohello" } { 5 10 "hellohello" } } ]
[ "hellohello" R/ hello/ [ 3array ] map-matches ]