On Tue Dec 10 17:12:55 2013, m...@kli.org wrote:
> When singletons are used alongside ranges in character classes in
> regexes, the
> singletons seem to be ignored:
> 
> "Z" ~~ /<[A..MZ]>/ returns Nil; it should match. It does not matter if
> the
> range is first or second, and "Z"~~/<[A..M Z..Z]>/ does match. I know
> this used
> to work in (rather old) versions of rakudo, but not in the latest git
> build
> (0bf3de5f2).
> 
> ~mark

Works now - added passing test to S05-mass/rx.t

-- 
Will "Coke" Coleda

Reply via email to