Skip to content

Commit

Permalink
Fix for non-flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Mar 8, 2017
1 parent 093479e commit 7948362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/020-words.t
Expand Up @@ -14,7 +14,7 @@ for $*PROGRAM.parent.child("words.txt").lines -> $line {
plan @lines.elems;
for @lines -> ($in, $one, $two? ) {
for @lines -> [$in, $one, $two? ] {
my ( $out-one, $out-two ) = double-metaphone($in);
is $out-one, $one, "$in is rendered to $one";
}
Expand Down

0 comments on commit 7948362

Please sign in to comment.