We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32590b6 commit b56cadbCopy full SHA for b56cadb
S05-metasyntax/lookaround.t
@@ -14,7 +14,6 @@ plan 10;
14
15
# L<S05/Extensible metasyntax (C<< <...> >>)/The special named assertions include:>
16
17
-#?rakudo 4 skip 'after NYI'
18
ok("a cdef" ~~ m/<after a <.ws> c> def/, 'Lookbehind');
19
ok(!( "acdef" ~~ m/<after a <.ws> c> def/ ), 'Lookbehind failure');
20
ok(!( "a cdef" ~~ m/<!after a <.ws> c> def/ ), 'Negative lookbehind failure');
0 commit comments