Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests that now work.
  • Loading branch information
colomon committed Dec 21, 2011
1 parent 0b449f6 commit 024f20c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-substitution/subst.t
Expand Up @@ -36,7 +36,6 @@ is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty things in closures';
is 'a b c d'.subst(/\w/, 'x', :x(4)), 'x x x x', '.subst and :x(4)';
is 'a b c d'.subst(/\w/, 'x', :x(5)), 'a b c d', '.subst and :x(5)';
#?rakudo skip ':x(*)'
#?niecza skip ':x(*)'
is 'a b c d'.subst(/\w/, 'x', :x(*)), 'x x x x', '.subst and :x(*)';

#?rakudo todo ':x(0..1)'
Expand All @@ -56,7 +55,6 @@ is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty things in closures';
is 'a a a a'.subst('a', 'x', :x(4)), 'x x x x', '.subst (str pattern) and :x(4)';
is 'a a a a'.subst('a', 'x', :x(5)), 'a a a a', '.subst (str pattern) and :x(5)';
#?rakudo skip ':x(*)'
#?niecza skip ':x(*)'
is 'a a a a'.subst('a', 'x', :x(*)), 'x x x x', '.subst (str pattern) and :x(*)';

#?rakudo todo ':x(0..1)'
Expand Down

0 comments on commit 024f20c

Please sign in to comment.