Re: rules trouble

2005-05-12 Thread Patrick R. Michaud
[My reply below likely belongs on either perl6-compiler or perl6-language, but I didn't want to do a lot of cross-posting, so I'm replying to perl6-internals for now (with apologies to p6i) and followups should probably go to p6c or p6l. --Pm] On Thu, May 12, 2005 at 01:51:04AM -0400, Dino Morel

Re: rules trouble

2005-05-11 Thread Mark A. Biggar
Dino Morelli wrote: I'm working on more p6rules unit tests. Having some trouble. First, understanding when :w means \s* and when it means \s+ Also, these tests are failing when I use :: to separate the modifier from the pattern. But they work when I do ':w blah' (separate with a space). I'm not sur

rules trouble

2005-05-11 Thread Dino Morelli
I'm working on more p6rules unit tests. Having some trouble. First, understanding when :w means \s* and when it means \s+ Also, these tests are failing when I use :: to separate the modifier from the pattern. But they work when I do ':w blah' (separate with a space). I'm not sure which ways are