diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 04:28:29 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 04:28:29 +0000 |
commit | acb4dab5eb5ee43fc07d98029ce570e48b168878 (patch) | |
tree | e248c2f5720e1e294182753a936a4a65f04b8cff | |
parent | 35a06b90289aef0bcd5afc5917eb2e029aba37d9 (diff) | |
download | pandoc-acb4dab5eb5ee43fc07d98029ce570e48b168878.tar.gz |
Added comment relevant to last revision.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@472 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index c14844b07..6292f4962 100644 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -23,7 +23,7 @@ sub test_results my $testname = $_[0]; my $output = $_[1]; my $norm = $_[2]; - $output =~ s/\r$//; + $output =~ s/\r$//; # remove DOS line endings if present my $diffoutput = `diff $output $norm`; if ($diffoutput eq "") { |