Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs (auto) unfudge
  • Loading branch information
coke committed Jul 18, 2012
1 parent f3096ce commit 76bb3e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion integration/advent2009-day07.t
Expand Up @@ -32,7 +32,6 @@ is $a, 'abcd', '$_ is default topic, variable list';
is @array.map: *.Int , (1, 2, 3, 4) , 'Testing map form';
}
# @array>>.say;
#?pugs skip 'No such method in class Array: "&>>Str"'
is @array».Str , <a b c d> , 'Testing hyperoperator form';


Expand Down
2 changes: 1 addition & 1 deletion integration/real-strings.t
Expand Up @@ -36,7 +36,7 @@ dies_ok { for "a b c".split(/\s/) -> $foo { $foo = $foo; } }, 'variables returne
is ~@foo, 'B B', 'Str.split(Str) works with postfix:<++>';
}

#?pugs skip 'Str'
#?pugs todo 'Str'
ok 1.Str ~~ / ^ 1 $ /, 'RT 66366; 1.Str is a "good" Str';

#?pugs 2 skip 'flip'
Expand Down

0 comments on commit 76bb3e0

Please sign in to comment.