Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all :P5 related regex tests that were testing :P5 #837

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions S05-mass/rx.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use Test;

plan 757;
plan 756;

### for now
sub matchcheck(*@) { 1 }
Expand Down Expand Up @@ -1481,11 +1481,6 @@ ok ('dog := spot' ~~ /:s::(\w+) ':=' (\S+)/) && matchcheck($/, q/mob 0: <dog @ 0
#?rakudo skip ':: NYI RT #124902'
ok ('dog := spot' ~~ /:s::(\w+) ':=' (\S+)/) && matchcheck($/, q/mob 1: <spot @ 7>/), 'sigspace and capture together';

#### :Perl \A.*? bcd\Q$\E..\z a bcd$ef y Perl syntax (:Perl5)
# https://github.com/Raku/old-issue-tracker/issues/4077
#?rakudo todo 'parse error RT #124903'
ok 'a bcd$ef' ~~ m:Perl5/\A.*? bcd\Q$\E..\z/, 'Perl syntax (:Perl5)';

#### :s^[\d+ ]* abc 11 12 13 abc y <?ws> before closing bracket
ok '11 12 13 abc' ~~ /:s^[\d+ ]* abc/, '<?ws> before closing bracket';

Expand Down
111 changes: 0 additions & 111 deletions S05-modifier/Perl_0.t

This file was deleted.

117 changes: 0 additions & 117 deletions S05-modifier/Perl_1.t

This file was deleted.

58 changes: 0 additions & 58 deletions S05-modifier/Perl_10.t

This file was deleted.

Loading