From 175af415b76ad051cb08f2a307fce21e5a07482d Mon Sep 17 00:00:00 2001 From: Xavier Mendez Date: Sat, 1 Nov 2014 18:32:37 +0100 Subject: Typo in runtests.pl --- runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests.pl') 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"); -- cgit v1.2.3