Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Niecza unfudge.
  • Loading branch information
colomon committed May 27, 2012
1 parent c6df8c5 commit 59b7d26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions S05-mass/rx.t
Expand Up @@ -1774,12 +1774,10 @@ ok 'foobar' ~~ /foo '-'? bar/, 'basic match';
ok 'foo - bar' !~~ /foo '-'? bar/, 'basic non-match';

#### :s foo '-'? bar foo\n \t- \t\t\nbar y basic ws match
#?niecza todo ""
#?pugs todo
ok "foo\n \t- \t\t\nbar" ~~ /:s foo '-'? bar/, 'basic ws match';

#### :s foo '-'? bar foo - bar y basic ws match
#?niecza todo ""
#?pugs todo
ok 'foo - bar' ~~ /:s foo '-'? bar/, 'basic ws match';

Expand All @@ -1792,7 +1790,6 @@ ok 'foo bar' ~~ /:s foo '-'? bar/, 'basic ws match \s+ \s*';
ok 'foo -bar' ~~ /:s foo '-'? bar/, 'basic ws match \s+ \s*';

#### :s foo '-'? bar foo- bar y basic ws match \s* \s+
#?niecza todo ""
#?pugs todo
ok 'foo- bar' ~~ /:s foo '-'? bar/, 'basic ws match \s* \s+';

Expand All @@ -1809,7 +1806,6 @@ ok 'foobar' !~~ /:s foo '-'? bar/, 'basic ws non-match';
ok 'foo - bar' !~~ /:s()foo '-'? bar/, 'basic ws match';

#### :s[]foo '-'? bar foo - bar y basic ws match
#?niecza todo ""
#?pugs todo
ok 'foo - bar' ~~ /:s foo '-'? bar/, 'basic ws match';

Expand All @@ -1820,7 +1816,6 @@ ok 'foo - bar' ~~ /:s<?wb>foo '-'? bar/, 'basic ws match with boundary modifier

#### :s::foo '-'? bar foo - bar y basic ws match with backtrack no-op modifier separation
#?rakudo skip ':: NYI'
#?niecza todo ""
#?pugs todo
ok 'foo - bar' ~~ /:s::foo '-'? bar/, 'basic ws match with backtrack no-op modifier separation';

Expand All @@ -1840,7 +1835,6 @@ ok ('dog := spot' ~~ /:s::(\w+) ':=' (\S+)/) && matchcheck($/, q/mob 1: <spot @
ok 'a bcd$ef' ~~ m:Perl5/\A.*? bcd\Q$\E..\z/, 'perl5 syntax (:Perl5)';

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

Expand Down

0 comments on commit 59b7d26

Please sign in to comment.