From f7ef6031d5d784240973676e019dbadf1f988793 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 2 Feb 2013 19:59:42 +1300 Subject: [PATCH] Bug 8942 : Adding a test to make sure we don't use single quotes for js Signed-off-by: Owen Leonard Tested by adding single quotes to a translation-escaped string. Test correctly failed it. --- xt/single_quotes.t | 1 - 1 file changed, 1 deletion(-) diff --git a/xt/single_quotes.t b/xt/single_quotes.t index 888b812df2..b123a6d28c 100755 --- a/xt/single_quotes.t +++ b/xt/single_quotes.t @@ -38,4 +38,3 @@ ok( !@files, "Files do not contain single quotes _(' " ) join( "\n", map { $_->{name} . ': ' . join( ', ', @{ $_->{lines} } ) } @files ) ); - -- 2.39.5