diff options
author | Xavier Mendez <[email protected]> | 2014-11-01 18:32:37 +0100 |
---|---|---|
committer | Xavier Mendez <[email protected]> | 2014-11-01 18:32:37 +0100 |
commit | 175af415b76ad051cb08f2a307fce21e5a07482d (patch) | |
tree | 8a6002a3505af6d780af376d738569141750820f /runtests.pl | |
parent | 45ca1bc3867a48c75a6c464cf2420e25a8ef74c6 (diff) |
Typo in runtests.pl
Diffstat (limited to 'runtests.pl')
-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"); |