aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 04:28:29 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 04:28:29 +0000
commitacb4dab5eb5ee43fc07d98029ce570e48b168878 (patch)
treee248c2f5720e1e294182753a936a4a65f04b8cff /tests/runtests.pl
parent35a06b90289aef0bcd5afc5917eb2e029aba37d9 (diff)
downloadpandoc-acb4dab5eb5ee43fc07d98029ce570e48b168878.tar.gz
Added comment relevant to last revision.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@472 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/runtests.pl')
-rw-r--r--tests/runtests.pl2
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 "")
{