Skip to content

Commit

Permalink
Fudge lookaround tests; we don't have after yet, but should test before.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 18, 2011
1 parent 65eb2c3 commit 007a6b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S05-metasyntax/lookaround.t
Expand Up @@ -14,8 +14,7 @@ plan 10;

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

regex bc { b?c }

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

0 comments on commit 007a6b7

Please sign in to comment.