Skip to content

Commit 007a6b7

Browse files
committed
Fudge lookaround tests; we don't have after yet, but should test before.
1 parent 65eb2c3 commit 007a6b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S05-metasyntax/lookaround.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ plan 10;
1414

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

17-
regex bc { b?c }
18-
17+
#?rakudo 4 skip 'after NYI'
1918
ok("a cdef" ~~ m/<after a <.ws> c> def/, 'Lookbehind');
2019
ok(!( "acdef" ~~ m/<after a <.ws> c> def/ ), 'Lookbehind failure');
2120
ok(!( "a cdef" ~~ m/<!after a <.ws> c> def/ ), 'Negative lookbehind failure');

0 commit comments

Comments
 (0)