Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge using # as a quote marker tests
Seems TimToady's temp fix is good enough to last
  • Loading branch information
lizmat committed Mar 16, 2015
1 parent 6a567f8 commit 5e3f7bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-lexical-conventions/comments.t
Expand Up @@ -173,8 +173,6 @@ plan 51;
is $a, ' 32 ', 'sanity check';
}

#?rakudo.moar todo 'NYI'
#?rakudo.jvm skip 'hangs'
{
my $a = Nil;
throws_like { EVAL '$a = q# 32 #;' }, X::Comp::AdHoc, 'misuse of # as quote delimiters';
Expand Down

0 comments on commit 5e3f7bf

Please sign in to comment.