From: Daniel Cohen Gindi Date: Wed, 30 Dec 2015 07:20:05 +0000 (+0200) Subject: Updated tests for am/pm in `he` locale X-Git-Tag: 2.12.0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5305483a052012c144417e3b38de9a93db1b2f27;p=thirdparty%2Fmoment.git Updated tests for am/pm in `he` locale --- diff --git a/src/test/locale/he.js b/src/test/locale/he.js index 8d2d2641e..e4a479bb0 100644 --- a/src/test/locale/he.js +++ b/src/test/locale/he.js @@ -22,8 +22,8 @@ test('parse', function (assert) { test('format', function (assert) { var a = [ - ['dddd, MMMM Do YYYY, h:mm:ss a', 'ראשון, פברואר 14 2010, 3:25:50 pm'], - ['ddd, hA', 'א׳, 3PM'], + ['dddd, MMMM Do YYYY, h:mm:ss a', 'ראשון, פברואר 14 2010, 3:25:50 אחה"צ'], + ['ddd, h A', 'א׳, 3 אחרי הצהריים'], ['M Mo MM MMMM MMM', '2 2 02 פברואר פבר׳'], ['YYYY YY', '2010 10'], ['D Do DD', '14 14 14'], @@ -34,7 +34,7 @@ test('format', function (assert) { ['H HH', '15 15'], ['m mm', '25 25'], ['s ss', '50 50'], - ['a A', 'pm PM'], + ['a A', 'אחה"צ אחרי הצהריים'], ['[the] DDDo [day of the year]', 'the 45 day of the year'], ['LTS', '15:25:50'], ['L', '14/02/2010'],