Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
niecza fudging
  • Loading branch information
coke committed Dec 8, 2011
1 parent a054084 commit e05e9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S03-junctions/misc.t
Expand Up @@ -408,7 +408,9 @@ ok Mu & Mu ~~ Mu, 'Mu & Mu ~~ Mu works';
ok %h{all(0,1)} ~~ /^foo/,
'junction can be used to index Hash';
}

# stringy tests
#?niecza skip '#82'
{
my class Foo {
multi method gist(Foo:D:) { "gisted"; }
Expand Down
2 changes: 2 additions & 0 deletions S12-methods/what.t
Expand Up @@ -52,8 +52,10 @@ This test tests the C<WHAT> builtin.
{
# proto as a term
lives_ok { Match }, 'type object as a term lives';
#?niecza todo '#84'
lives_ok { +Match }, 'numification of type object lives';
isa_ok ("bac" ~~ /a/).WHAT, Match, '.WHAT on a Match works';
#?niecza skip '#84: System.FormatException: Unknown char: M'
is +("bac" ~~ /a/).WHAT.gist, 0, 'numification of .WHAT of a Match works';
}

Expand Down

0 comments on commit e05e9cc

Please sign in to comment.