]> gitweb.factorcode.org Git - factor.git/commitdiff
add unit test for regexp comments
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 27 Aug 2008 21:23:51 +0000 (16:23 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 27 Aug 2008 21:23:51 +0000 (16:23 -0500)
unfinished/regexp2/regexp2-tests.factor

index 2bb194f01202b42301af0b5844835b3b34a0e394..88bbc5f56cfdffea2ed6661edd418c22f324be53 100644 (file)
@@ -222,6 +222,8 @@ IN: regexp2-tests
     <regexp> drop
 ] unit-test
 
+! Comment
+[ t ] [ "ac" "a(?#boo)c" <regexp> matches? ] unit-test