summaryrefslogtreecommitdiff
path: root/runtests.pl
diff options
context:
space:
mode:
authorXavier Mendez <me@jmendeth.com>2014-11-01 18:32:37 +0100
committerXavier Mendez <me@jmendeth.com>2014-11-01 18:32:37 +0100
commit175af415b76ad051cb08f2a307fce21e5a07482d (patch)
tree8a6002a3505af6d780af376d738569141750820f /runtests.pl
parent45ca1bc3867a48c75a6c464cf2420e25a8ef74c6 (diff)
Typo in runtests.pl
Diffstat (limited to 'runtests.pl')
-rw-r--r--runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.pl b/runtests.pl
index 0bff360..ae1195e 100644
--- a/runtests.pl
+++ b/runtests.pl
@@ -81,7 +81,7 @@ sub dotest
waitpid($pid, 0);
$html = &tidy($html);
$actual = &tidy($actual);
- $actual =~ s/\&#39;/'/;
+ $actual =~ s/\&#39;/'/g;
if ($actual eq $html) {
print colored("✓", "green");