Skip to content

Commit

Permalink
Untodo some tests we now pass; spotted by rindolf++.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 20, 2011
1 parent 7dbc061 commit d957740
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S02-literals/misc-interpolation.t
Expand Up @@ -58,7 +58,6 @@ is('$world @list[] %hash{} &func()', '$world @list[] %hash{} &func()', 'single q
# Corner-cases
is("Hello $world!", "Hello World!", "! is not a part of var names");
sub list_count (*@args) { +@args }
#?rakudo todo 'nom regression'
is(list_count("@list[]"), 1, 'quoted interpolation gets string context');
is(qq{a{chr 98}c}, 'abc', "curly brace delimiters don't interfere with closure interpolation");

Expand Down
1 change: 0 additions & 1 deletion S02-literals/string-interpolation.t
Expand Up @@ -22,7 +22,6 @@ plan 12;
{
# interpolating into double quotes results in a Str
my $a = 3;
#?rakudo todo 'type of interpolation literal'
ok "$a" ~~ Str, '"$a" results in a Str';
ok "{3}" ~~ Str, '"{3}" results in a Str';

Expand Down

0 comments on commit d957740

Please sign in to comment.