Skip to content

Commit b56cadb

Browse files
committed
Turn on <after ...> tests.
1 parent 32590b6 commit b56cadb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S05-metasyntax/lookaround.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plan 10;
1414

1515
# L<S05/Extensible metasyntax (C<< <...> >>)/The special named assertions include:>
1616

17-
#?rakudo 4 skip 'after NYI'
1817
ok("a cdef" ~~ m/<after a <.ws> c> def/, 'Lookbehind');
1918
ok(!( "acdef" ~~ m/<after a <.ws> c> def/ ), 'Lookbehind failure');
2019
ok(!( "a cdef" ~~ m/<!after a <.ws> c> def/ ), 'Negative lookbehind failure');

0 commit comments

Comments
 (0)