# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #130586]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130586 >


the :sigspace adverb does not affect spaces inside character class. Should it?

Note that having JUST space inside also causes a weird error to be thrown:

<Zoffix> m: say " " ~~ m:s/<-[ ]>/
<camelia> rakudo-moar 1aeea1: OUTPUT«===SORRY!===␤Iteration past end of 
iterator␤»

<Zoffix> m: say " " ~~ m:s/<-[x ]>/
<camelia> rakudo-moar 1aeea1: OUTPUT«「 」␤»
<Zoffix> m: say " " ~~ m:s/<-[ x]>/
<camelia> rakudo-moar 1aeea1: OUTPUT«「 」␤»
<Zoffix> m: say " " ~~ m:sigspace/<-[ x]>/

<camelia> rakudo-moar 1aeea1: OUTPUT«「 」␤»
<Zoffix> m: say " " ~~ m:sigspace/<[x ]>/


Discovery: https://irclog.perlgeek.de/perl6/2017-01-19#i_13948706

Reply via email to