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 65eb2c3 commit 007a6b7Copy full SHA for 007a6b7
S05-metasyntax/lookaround.t
@@ -14,8 +14,7 @@ plan 10;
14
15
# L<S05/Extensible metasyntax (C<< <...> >>)/The special named assertions include:>
16
17
-regex bc { b?c }
18
-
+#?rakudo 4 skip 'after NYI'
19
ok("a cdef" ~~ m/<after a <.ws> c> def/, 'Lookbehind');
20
ok(!( "acdef" ~~ m/<after a <.ws> c> def/ ), 'Lookbehind failure');
21
ok(!( "a cdef" ~~ m/<!after a <.ws> c> def/ ), 'Negative lookbehind failure');
0 commit comments