# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #57866]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57866 >


r30183:
$ ./perl6 -e 'say "b" ~~ /<[a..c]>/' # matches
b
$ ./perl6 -e 'say "b" ~~ /<["a".."c"]>/' # should match, doesn't

Maybe this is a PGE bug -- please reclassify as needed.

Reply via email to