diff --git a/S05-metasyntax/angle-brackets.t b/S05-metasyntax/angle-brackets.t index bd269e5163..5318615032 100644 --- a/S05-metasyntax/angle-brackets.t +++ b/S05-metasyntax/angle-brackets.t @@ -20,6 +20,7 @@ character classes), and those are referenced at the correct spot. # the first character is whitespace { #?rakudo 2 skip '< list > not implemented in regex' + #?niecza 2 skip 'Unable to resolve method postcircumfix:<( )> in class Match' is('aaaaa' ~~ /< a aa aaaa >/, 'aaaa', 'leading whitespace quotes words (space)'); is('aaaaa' ~~ /< a aa aaaa >/, 'aaaa', 'leading whitespace quotes words (tab)');