Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 22, 2014
1 parent 03f5fc7 commit 32699ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S05-mass/charsets.t
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ plan 17;
or diag "punct: $punct";
my @punct = $punct.comb;
my @punct-chars-pre61 = $punct-chars-pre61.comb;
for @punct.keys {
say "@punct[$_]: {ord(@punct[$_])} {ord(@punct-chars-pre61[$_])}";
}

$punct-chars := q<!"#%&'()*,-./:;?@[\]_{}¡§«¶·»¿>;
$punct-chars-pre61 := q<!"#%&'()*,-./:;?@[\]_{}¡«·»¿>;
Expand Down

0 comments on commit 32699ba

Please sign in to comment.