Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
niecza fudge
  • Loading branch information
coke committed Sep 11, 2013
1 parent a993413 commit 4ae1f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S05-capture/named.t
Expand Up @@ -37,6 +37,7 @@ Testing named capture variables nested inside each other. This doesn't appear to
#L<S05/Subrule captures>

#?rakudo skip 'assigning to match object'
#?niecza skip "Writing to readonly scalar"
{
my regex number {
[ $<numeral> = <&roman_numeral> { $<notation> = 'roman' }
Expand Down
1 change: 1 addition & 0 deletions S12-introspection/WHAT.t
Expand Up @@ -35,6 +35,7 @@ my class H is Hash {};
ok $a.WHAT === A, 'A.new default is A';
ok $a[0].WHAT === Any, 'A.new[0] default is Any';
my $h = H.new;
#?niecza todo
ok $h.WHAT === H, 'H.new default is Hash';
ok $h<a>.WHAT === Any, 'H.new<a> default is Any';
} #4
Expand Down

0 comments on commit 4ae1f4c

Please sign in to comment.