On Sunday, November 10, 2002, at 07:36 PM, Joseph F. Ryan wrote:
# simple substitution
my $var = "perl5";
$var =~ s/\d/6/;
While this is completely valid perl6, and something that might want to
be included in the regex test suite, it won't pass neither the P6C parser
tests, nor the P6C compiler tests, nor the P6C regex tests, because
substitution isn't implemented yet.
With all do respect, this is what TODO tests are for.
Regards, David -- David Wheeler AIM: dwTheory [EMAIL PROTECTED] ICQ: 15726394 http://david.wheeler.net/ Yahoo!: dew7e Jabber: [EMAIL PROTECTED]
