Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make a test not be upset by Windows line-endings.
  • Loading branch information
jnthn committed Apr 30, 2014
1 parent c126bf1 commit f4ed7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2009-day21.t
Expand Up @@ -113,7 +113,7 @@ my @input = '0 1 2', '1';
}

is_deeply @input, [], 'questions consumed';
is $output, "\n" ~ q:to"END-OUT", 'questions output';
is $output.subst("\r", "", :g), ("\n" ~ q:to"END-OUT").subst("\r", "", :g), 'questions output';
Choose all that are true

Which items are food?
Expand Down

0 comments on commit f4ed7ec

Please sign in to comment.