From 7653e902e1299682ce1348f80e7a1c3de0b8515a Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 11 Nov 2011 20:23:24 -0800 Subject: [PATCH] Issue #1334768 by ls206, Pasqualle: Fixed Syntax error in locale_test().js line 27. --- modules/locale/tests/locale_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locale/tests/locale_test.js b/modules/locale/tests/locale_test.js index 251d115c3ff..5a9bbec2258 100644 --- a/modules/locale/tests/locale_test.js +++ b/modules/locale/tests/locale_test.js @@ -24,7 +24,7 @@ formatPlural ( 1, "Whitespace Call plural", -"Whitespace Call @count plural", +"Whitespace Call @count plural" ) ;