Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another Win32 line-ending robustness fix.
  • Loading branch information
jnthn committed Apr 30, 2014
1 parent f4ed7ec commit 986eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2012-day10.t
Expand Up @@ -10,7 +10,7 @@ is 'You can include a \\ like this', q<You can include a \ like this>;
is 'Nothing like \n is available', q<Nothing like \n is available>;
is 'And a \ on its own is no problem', q<And a \ on its own is no problem>;

is "Ooh look!\nLine breaks!", q:to"END".chomp;
is "Ooh look!\nLine breaks!", q:to"END".chomp.subst(/\r/, '', :g);
Ooh look!
Line breaks!
END
Expand Down

0 comments on commit 986eda8

Please sign in to comment.