On Fri Jul 15 20:09:30 2016, c...@zoffix.com wrote: > Slightly golfed. The content of the regex character set doesn't > matter, but avoiding the character set avoids the error as well. The > :g and :ignoremark must be combined together. > > <Zoffix> m: "a" ~~ m:g:ignoremark/<[á]>/ > <camelia> rakudo-moar e2ec35: OUTPUT«===SORRY!===chr codepoint cannot > be negative» > <Zoffix> m: "a" ~~ m:g:ignoremark/. <[á]>/ > <camelia> rakudo-moar e2ec35: OUTPUT«chr codepoint cannot be negative > in block <unit> at <tmp> line 1»
Was a regex compilation bug. Fixed, and test added to S05-metasyntax/charset.t.