diff options
-rw-r--r-- | runtests.pl | 2 |
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/\'/'/; + $actual =~ s/\'/'/g; if ($actual eq $html) { print colored("✓", "green"); |