Skip to content

Commit

Permalink
Remove leftaround say()s
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Aug 2, 2011
1 parent 4c9c1b7 commit 8338765
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-literals/listquote-whitespace.t
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ for @separators -> $sep {

for @nonseparators -> $sep {
my $ex = @list.join($sep);
say "Separator: '$sep'";
my $str = "<" ~$ex~ ">";
my @res = eval $str;

my $vis = sprintf "%02x", ord $sep;
say "alive";
#?rakudo emit if $sep eq "\xa0" {
#?rakudo emit todo('\xa0 should not be a separator for list quotes');
#?rakudo emit };
Expand Down

0 comments on commit 8338765

Please sign in to comment.