]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Remove extra newlines in tests
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 3 Jan 2016 13:57:56 +0000 (15:57 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Mar 2016 08:31:46 +0000 (00:31 -0800)
94 files changed:
src/test/locale/af.js
src/test/locale/ar-ma.js
src/test/locale/ar-sa.js
src/test/locale/ar-tn.js
src/test/locale/ar.js
src/test/locale/az.js
src/test/locale/be.js
src/test/locale/bg.js
src/test/locale/bn.js
src/test/locale/bo.js
src/test/locale/br.js
src/test/locale/bs.js
src/test/locale/ca.js
src/test/locale/cs.js
src/test/locale/cv.js
src/test/locale/cy.js
src/test/locale/da.js
src/test/locale/de-at.js
src/test/locale/de.js
src/test/locale/el.js
src/test/locale/en-ca.js
src/test/locale/en-gb.js
src/test/locale/en-ie.js
src/test/locale/en.js
src/test/locale/eo.js
src/test/locale/es.js
src/test/locale/et.js
src/test/locale/eu.js
src/test/locale/fa.js
src/test/locale/fi.js
src/test/locale/fo.js
src/test/locale/fr-ca.js
src/test/locale/fr-ch.js
src/test/locale/fr.js
src/test/locale/fy.js
src/test/locale/gd.js
src/test/locale/gl.js
src/test/locale/he.js
src/test/locale/hi.js
src/test/locale/hr.js
src/test/locale/hu.js
src/test/locale/hy-am.js
src/test/locale/id.js
src/test/locale/is.js
src/test/locale/it.js
src/test/locale/ja.js
src/test/locale/jv.js
src/test/locale/ka.js
src/test/locale/kk.js
src/test/locale/km.js
src/test/locale/ko.js
src/test/locale/lb.js
src/test/locale/lo.js
src/test/locale/lt.js
src/test/locale/lv.js
src/test/locale/me.js
src/test/locale/mk.js
src/test/locale/ml.js
src/test/locale/mr.js
src/test/locale/ms-my.js
src/test/locale/ms.js
src/test/locale/my.js
src/test/locale/nb.js
src/test/locale/ne.js
src/test/locale/nl.js
src/test/locale/nn.js
src/test/locale/pl.js
src/test/locale/pt-br.js
src/test/locale/pt.js
src/test/locale/ro.js
src/test/locale/ru.js
src/test/locale/se.js
src/test/locale/si.js
src/test/locale/sk.js
src/test/locale/sl.js
src/test/locale/sq.js
src/test/locale/sr-cyrl.js
src/test/locale/sr.js
src/test/locale/sv.js
src/test/locale/sw.js
src/test/locale/ta.js
src/test/locale/te.js
src/test/locale/th.js
src/test/locale/tl-ph.js
src/test/locale/tlh.js
src/test/locale/tr.js
src/test/locale/tzl.js
src/test/locale/tzm-latn.js
src/test/locale/tzm.js
src/test/locale/uk.js
src/test/locale/uz.js
src/test/locale/vi.js
src/test/locale/zh-cn.js
src/test/locale/zh-tw.js

index bd7e60f3a2ba9057a002c6cb8aaefa1f3310334e..61bc10d721303805b0403002be990d481f2b1af4 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),    '2 02 2de', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 31bd582b6643ba4068ed037a0340ed1311373407..a993e78119339c5436cfda116afc140a88082d1b 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '3 03 3', 'Jan 14 2012 should be week 3');
 });
 
-
-
index 9a959a439a80d9fcfe59ad5243d9c56661280e23..30e07c573fa2acb6f80a0731f52a009fef855065 100644 (file)
@@ -215,5 +215,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '٣ ٠٣ ٣', 'Jan 14 2012 should be week 3');
 });
 
-
-
index dcbd4acd23157b080a3b03e18cbd371cc29edb1e..38ff3cf2dddb7f682e729bc9863ca20e7fa49ba6 100644 (file)
@@ -294,5 +294,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2', 'Jan 15 2012 should be week 2');
 });
 
-
-
index eb25821912b82d4d95958fa521724f2cf26ad92a..33c9458849ad07bd22477f62d6164f4218042c34 100644 (file)
@@ -230,9 +230,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '٣ ٠٣ ٣', 'Jan 14 2012 should be week 3');
 });
 
-
-
-
 test('no leading zeros in long date formats', function (assert) {
     var i, j, longDateStr, shortDateStr;
     for (i = 1; i <= 9; ++i) {
index 052306aed3ead1285e9a5fce4ccad5e2e32d6d2c..c005d83345815eea2eeabce6e60a83e79b51b321 100644 (file)
@@ -218,5 +218,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-üncü', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 10c70bbaf8f875a5de9a864240145d831acf4fd1..b1db24c3f08d0ab87720455e4e11f97dfc1667c3 100644 (file)
@@ -263,5 +263,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-і', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 835818572daa4015ef5ca5bdbdd50be5d528bde7..28f10d1cbf485978961a55577f8fdf9e7a8a2035 100644 (file)
@@ -223,5 +223,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-ти', 'Jan  9 2012 should be week 3');
 });
 
-
-
index c819e3de6c375b3c4edf3155fde360a8900265b1..1006050df42ea394560d0ef924b8ca8b4f493135 100644 (file)
@@ -223,5 +223,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '৩ ০৩ ৩', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 9fa76366bcbc165eb47e06ee1940062a1cbe7dd6..2ca415c05c66edacd5efd84ee163573dca0cdd05 100644 (file)
@@ -224,5 +224,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '༣ ༠༣ ༣', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 8b666a6bcacdd6a3c6ce6ee31dcb5c2e0b97084b..f62424cfeb70095f170cc440ad4f395526afa244 100644 (file)
@@ -225,5 +225,3 @@ test('special mutations for years', function (assert) {
     assert.equal(start.from(moment([2007, 1, 28]).add({y: 261}), true), '261 bloaz', 'mutation 261 years');
 });
 
-
-
index d977d31e438f425cd0d60d0f82ddc33306af8203..023b3536be1949554323fd78be9779e200912a76 100644 (file)
@@ -240,5 +240,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 25d36f8a1cd3ed3b58fe9ec91acc786d29e98d6c..1237363c3900b04b4e91570427d0ba8970a0f946 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2a', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 41dfb5827e743f1131273f76b59266e67fc67afb..b5730015d4ea4cc6b311b8ae76709b0d7c4a2949 100644 (file)
@@ -305,5 +305,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 9c5e1aa88c218cac4d67cde4078ac480eb6bc0c6..3c31d99b11b8ca725cf9c508faa6176d14fc967e 100644 (file)
@@ -213,5 +213,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-мӗш', 'Jan  9 2012 should be week 3');
 });
 
-
-
index e66ece1c439ec4e4ebf16336ad7bfb11cdb6f653..25af0fb136bdd06b12021802063957ce517507ca 100644 (file)
@@ -206,5 +206,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2il', 'Jan 15 2012 should be week 2');
 });
 
-
-
index e719f031753555a47d6cd1c9bd3c7e03d977fe1d..713432f5db069fe692584c313f7754f6780b26f9 100644 (file)
@@ -158,5 +158,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 2e93a17ef89e9f04bdd29313b923f4e276db0222..b7aaebbc74850e24ad335fcbb601208e6cead07b 100644 (file)
@@ -204,5 +204,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 4b7b9787eaddd20f9605ee9ab82123e9a2f51b6c..8373b16f29e086c11456ef80210a93d764b3d29b 100644 (file)
@@ -203,5 +203,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 33beb1cd20d2c24bc8ed457482ef582dfa2af2a6..f4a1a0dd628634eaf3493425f763edaf043b896d 100644 (file)
@@ -258,5 +258,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2η', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 218bb9544eb09569100349231366b690268fc43c..6c11f56f4dedad77b0ea6ea9c656964139a00499 100644 (file)
@@ -217,5 +217,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3rd', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 9ab69793598d9af908f0941c7212086bf6a3961c..76eb55354651eb619da946c240b658beae924ee2 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2nd', 'Jan 15 2012 should be week 2');
 });
 
-
-
index d5079223ceee42a12c65c1c94ed3bfd08d56af34..f0d3bf7fabb9336f8d58e1d5a984410679eedb5b 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2nd', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 22f3211c96c6363b71f9f259f92b573334c99e3c..d3b67f4cb7dff450dfabd5a51d59c105e5accbc2 100644 (file)
@@ -218,7 +218,6 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3rd', 'Jan 15 2012 should be week 3');
 });
 
-
 test('weekdays strict parsing', function (assert) {
     var m = moment('2015-01-01T12', moment.ISO_8601, true),
         enLocale = moment.localeData('en');
@@ -234,4 +233,3 @@ test('weekdays strict parsing', function (assert) {
     }
 });
 
-
index b0aa3662c445b43b47cff11d181d1653f6cf923d..a2c4dc8de358cb810d6bde2fc8810152a2acb073 100644 (file)
@@ -209,5 +209,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3a', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 76ffedd98f2495fd7cdf89f5c3d8ffbf416670a3..500271cdebc436c61503d3135cc6a905b34b22ff 100644 (file)
@@ -211,5 +211,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2º', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 8a1a0aa3c212c3bc2204d121594368f625920d81..b39247c82eb4d4bb35994c25c3a1a01ab1c5bfd3 100644 (file)
@@ -231,5 +231,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 9d9f0bbf0e34d24bd031f079a3cbc086d2fa94df..75edd4ff0109e38f462d191baf226b1418897eb4 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 7aa2bbe98b5d113a56a1f111f2d41a8ff3ceead1..19b6316281adff276bfeb362800f37a1c65a1243 100644 (file)
@@ -200,5 +200,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '۳ ۰۳ ۳م', 'Jan 14 2012 should be week 3');
 });
 
-
-
index 877b0cf2d4730cde5d5bac00277c8e229c5bcaec..05e32f06320c71818c1ddac71f18033a1755e3cc 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index d744cecb211f5ecd3be9a570152f1cf7a6272e2d..9c91b1e4a051cf7903eb6dc64c20e5f28d08b53c 100644 (file)
@@ -158,5 +158,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 2fee5da3ba88d2a2b3ae1259d854eb505efba76b..deb5e6119a0a48ccfb75471e4fc2d7c8e7c09294 100644 (file)
@@ -214,5 +214,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3e', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 5835bb81f2be4c10186d2095f5b11c96f7236337..cf6763e1f4689c39f2625f6c519543607ad92f54 100644 (file)
@@ -214,5 +214,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2e', 'Jan 15 2012 should be week 2');
 });
 
-
-
index dd3f2d45cf6eb4fb2df6dd64432762a30f5c3e15..f686570a692c9239c38b7920bba53e98fd9d82ed 100644 (file)
@@ -206,5 +206,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 2195032c3b5d1ec451ae9b222b591448fbedc783..26365c448e82606fc38f85c84c9df91b5db3d6d0 100644 (file)
@@ -212,5 +212,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),    '2 02 2de', 'Jan 15 2012 should be week 2');
 });
 
-
-
index ff717b987a03038c35f2b3c5614601e7ac4cd14e..158d16fd768716cee950cc198d3d8ade0df211db 100644 (file)
@@ -220,6 +220,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '2 02 2na', 'Faoi 15 2012 should be week 2');
 });
 
-
-
-
index 1151c281d4e95eeca1ea61d8d4cb1f5610c2cad0..98004547eecf50cba9c6649b87b12edb16459027 100644 (file)
@@ -216,5 +216,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3º', 'Jan  9 2012 should be week 3');
 });
 
-
-
index ef4808595b2c5a17abafe6413dc8e746bb08fa0a..8d2d2641e1b51288d8263a9933b8b21c8c2c6bcd 100644 (file)
@@ -172,5 +172,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 should be week 3');
 });
 
-
-
index daff96156b968b9a7db01755523169361f1fadd9..7dd43b23dbb3f8a17566df1a342686d2234b192c 100644 (file)
@@ -223,8 +223,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '३ ०३ ३', 'Jan 15 2012 should be week 3');
 });
 
-
-
 test('meridiem', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index 59f1fe1d47ca8a142a53b3fe4bde064b0c5b35f9..fe7280186a972b6b5105ebdf7060af4240f8f52e 100644 (file)
@@ -240,5 +240,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index e85681adf81ca17b26b536c3ad7fbabb90cd0211..f39dc32ace9ec05675eaf1c324ad41e53b8788cb 100644 (file)
@@ -221,5 +221,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 9b80697bd362c7950129746ccc0667f9d6b284c8..97ae9c9e902ffd1f4568c77636769f3f2dcb3288 100644 (file)
@@ -277,5 +277,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-րդ', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 1ec6409ffff78e4982ffc9b919fc917859ad1ceb..d74b4aa935b5625fef6c62c7cbd7e0ff0f6d5a8c 100644 (file)
@@ -170,8 +170,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3', 'Jan  9 2012 should be week 3');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index c4aa5e13fb89a1f135ca536c5c612df17820260f..caaf4732461bac75c66c5000b326d776c4d44d5b 100644 (file)
@@ -214,5 +214,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 31e7bbffd5a1e52fef406323d0e3520fd6224600..6a06cb68920d1a72cf248613e04d3c3c21fb3e99 100644 (file)
@@ -206,5 +206,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2º', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 519dcc48899ba7b27a6f5ee5a262b9862eb7958b..82b3c1c47f89abc06336e049dac46162c6d4a890 100644 (file)
@@ -170,5 +170,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 7d6ce30dbec62cf0d795edfc51deeacffdb61156..d9cdf5efba382d94f485d47214a8a225b8c95a15 100644 (file)
@@ -2,7 +2,6 @@ import {localeModule, test} from '../qunit';
 import moment from '../../moment';
 localeModule('jv');
 
-
 test('parse', function (assert) {
     var tests = 'Januari Jan_Februari Feb_Maret Mar_April Apr_Mei Mei_Juni Jun_Juli Jul_Agustus Ags_September Sep_Oktober Okt_Nopember Nop_Desember Des'.split('_'), i;
     function equalTest(input, mmm, i) {
@@ -174,8 +173,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3', 'Jan  9 2012 should be week 3');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index 315995d85b28af36fcacab9d5f9d5e1898e19924..3db602964c0e55918b1ab6cba1536b027e960bd0 100644 (file)
@@ -220,5 +220,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 მე-3', 'იან  9 2012 უნდა იყოს კვირა 3');
 });
 
-
-
index 99de9b05cd9d1f4046cea1576072d3b39ca85e06..5426806de3338df93d0b880c395e322b54fd83f8 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '3 03 3-ші', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 5ff81a55a53d6f127ba99e7b01080d88f7dd1b68..6d08d73c2591a38a5d8378fe4104315008d95557 100644 (file)
@@ -238,5 +238,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '2 02 2', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 9267e7b8ab44cd6b9c8a40fad8d7ca1606662f4d..f44f98bffe6e58c2777c3669c6ce9e45a9f31a78 100644 (file)
@@ -43,7 +43,6 @@ test('parse meridiem', function (assert) {
         expected : '16'
     }], i, l, it, actual;
 
-
     for (i = 0, l = elements.length; i < l; ++i) {
         it = elements[i];
         actual = moment(it.expression, it.inputFormat).format(it.outputFormat);
@@ -243,5 +242,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3일', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 77ffd6a7a933051551988324c4c7c449abc0f201..7f629f28b04b010729e12b72783c7003394a73da 100644 (file)
@@ -139,5 +139,3 @@ test('calendar last week', function (assert) {
     }
 });
 
-
-
index a175d13128d785b3c096c9229ce25c6d7057091c..81e83ccb55f16acbae63685d878210170f3506e2 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 ທີ່3', 'Jan 15 2012 should be week 3');
 });
 
-
-
index c4d2b896cba9bf0428688ec9b5e24080123f32b0..955727cbf0166c42a29499afab2923a8e673d907 100644 (file)
@@ -224,5 +224,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2-oji', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 87b804b1913f0e6b77daecb150d77bedc3780e77..e38757bf8f1b89e706a2deec9513131a93a389fc 100644 (file)
@@ -228,5 +228,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index fd2b7eb4c1d5e3498709fef4dea6ec6409fb7ff0..0682dc8cddb14e4131c044a2daebe64b934bc4c8 100644 (file)
@@ -245,5 +245,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index e0ee46fa3cef7b7ec606a002a59c587d18b102a3..9cc6b4bbef639c4c60158706636b38cdab9b03f5 100644 (file)
@@ -222,5 +222,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-ти', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 80524850f3e154f11101b2b930b12912289c8677..2e5b3077353ecd915b1ab2ecd4a8d960fffc48e8 100644 (file)
@@ -223,5 +223,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 should be week 3');
 });
 
-
-
index 05e0a51f057215760b55354d13c5ed8b34cf3914..87b842c23babd5701f21b853177fb268949f421f 100644 (file)
@@ -223,8 +223,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '३ ०३ ३', 'Jan 15 2012 should be week 3');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index 2c72d259a83feb5c7b6dd008f1776c65620174af..ecd931f02f5f7f0488d6c3f8fe2582de73994efd 100644 (file)
@@ -216,7 +216,6 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 sepatutnya minggu 3');
 });
 
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
@@ -229,4 +228,3 @@ test('meridiem invariant', function (assert) {
     }
 });
 
-
index 19d70ebf7af46951dc87f03c52f2aab69b660d0f..1389e32cd149d9bd0346a74a78a72e6a368c6b97 100644 (file)
@@ -216,7 +216,6 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 sepatutnya minggu 3');
 });
 
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
@@ -229,4 +228,3 @@ test('meridiem invariant', function (assert) {
     }
 });
 
-
index 4231f0db6c01453cd408dcf70d85fa6bb7af05b5..604ae6efdb84de812db724475ad341fffddac4de 100644 (file)
@@ -295,5 +295,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '၂ ၀၂ ၂', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 3e03fa4d2bea5b616e12b00e0542aea3afd73b1a..51ce8a088af4b9d4ede7b57a8268a5ce3ca4bf1d 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 8aedc33aad8bc9c688dd8dae255f4cf692230356..aad952036431094b9f49c44372693be2b578355f 100644 (file)
@@ -214,7 +214,6 @@ test('meridiem', function (assert) {
     assert.equal(moment([2011, 2, 23, 21, 20]).format('A'), 'राति', 'night');
 });
 
-
 test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2011, 11, 26]).format('w ww wo'), '५३ ५३ ५३', 'Dec 26 2011 should be week 53');
     assert.equal(moment([2012,  0,  1]).format('w ww wo'), '१ ०१ १', 'Jan  1 2012 should be week 1');
@@ -223,8 +222,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '२ ०२ २', 'Jan  9 2012 should be week 2');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index 4dff8e57df0b210ee2c97dae52fcd3f3d61844e0..4c283e36384c95117c2970ef04550ff5fce54ce4 100644 (file)
@@ -212,5 +212,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),    '2 02 2de', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 27c760f6f69a67b9845a18615b6eda7e10e09e84..17d50de1010738dcbbe23cc8c4405fc19802ba4e 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index e76d8e1d2ae2eb65919bbcb01c588e0e77490e9f..ff1ac861c183550ce1481241bdf3b007cf3c9573 100644 (file)
@@ -251,5 +251,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index a76e98987b135a0a13398902fc743c00ceca45df..cf7ecd81e53b5e0ffcd18092136ba56dd5d41a3c 100644 (file)
@@ -205,5 +205,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3º', 'Jan 15 2012 should be week 3');
 });
 
-
-
index d2dc91e8d4137a1ec2d16816f6b4f9f6434be7da..2f5a8c9b5922aa6c309c9bdd03c429033efe4136 100644 (file)
@@ -203,5 +203,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2º', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 04c43152db141a36c032db38981f25f215ddd641..ba66d62bdf03a2dcc8df7bbf33f73a590efff5f8 100644 (file)
@@ -215,5 +215,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3', 'Jan  9 2012 should be week 3');
 });
 
-
-
index a9ece7e932e792a50da9f5021bf560605ba66f12..9b28af4e8c9c8f41f6d1ce3802f3532741561390 100644 (file)
@@ -353,5 +353,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-я', 'Jan  9 2012 should be week 3');
 });
 
-
-
index f94fdd1d6181f66cdbbda5038855131c21126bd4..53f1e225602fe2d394369cfeff4fa4580d1e1a53 100644 (file)
@@ -218,5 +218,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),  '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index dda2080b6a010ee1b4a6364150f2fdf0424f5b5d..bcbdeb2d062fde28f7636e748485cc45be7768f3 100644 (file)
@@ -202,5 +202,3 @@ test('calendar all else', function (assert) {
     assert.equal(weeksFromNow.calendar(),   weeksFromNow.format('L'),  'in 2 weeks');
 });
 
-
-
index a302a3cc8999d1d7e1899c4d385567252cafdef2..d49f12fd7f237c6c0b7d1552da7433d271e15e39 100644 (file)
@@ -295,5 +295,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index a8e05f833465037eab94872d936dcfcaee453e37..91b1f8d0310e6d12c750c870223ca5698014c64c 100644 (file)
@@ -331,5 +331,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 008e48aa1b054376ae1667a8b73115929541bea4..fd55d52dc41e1e54f5706fdc9807eb2cf098b7d6 100644 (file)
@@ -223,5 +223,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index a630ceb1e6a5f67eab7e27866356417eefbe7500..e14d05c1a57bd2bbb52de41be89a77344d87af20 100644 (file)
@@ -242,5 +242,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 2d56d01f676235206d49423cadb2b4a96888a789..ebf0e17a0448b6060cf7676bb48a13613ba6bef2 100644 (file)
@@ -242,5 +242,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
 
-
-
index a18c5c7d8cc09924b194db2b5420a1334ce5a4c2..17f2a19360fc8b467e89a222e5dd8747926bc65a 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2a', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 48f7cadbd54f67d5382bb5d9ccc8c89df373fccf..cbd6537da3bc1fe0c5521b70c092f6b99b7b2b0e 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3', 'Jan  9 2012 should be week 3');
 });
 
-
-
index 3d5c85fb2da252fd8f062c13c91276bab703a45a..2b1f97e39a660c1ce71376c4dd379ed2d9f11e3f 100644 (file)
@@ -210,8 +210,6 @@ test('meridiem', function (assert) {
     assert.equal(moment([2011, 2, 23, 23, 30]).format('a'), ' யாமம்', '(before) midnight');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index 31292b05e8305842604a159b34fb0f4d6f25d33a..21846f88b26773f7348ba8adad7682620c547a8e 100644 (file)
@@ -223,8 +223,6 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3వ', 'Jan 15 2012 should be week 3');
 });
 
-
-
 test('meridiem', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index bc056c84f81560f6ec2f80d22aeb2c147da1cb45..5201a7eabec786bf90805a3777a18766252dada0 100644 (file)
@@ -170,5 +170,3 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3', 'Jan 15 2012 should be week 3');
 });
 
-
-
index b70062493da00456d1ceebce55fda2f336cf810c..0efda344878347930c925a460b4c30807eed661a 100644 (file)
@@ -206,5 +206,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 68d4371a57b3ae9a947fd9c91c533645c8ec2ee3..f6c2a57f38b854a8dba81b00b438cfeef03b72d0 100644 (file)
@@ -223,5 +223,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 707eb522144280a8bc0722fcd906ec245d693561..8d29a999589981e1381e76e5b6cacb0e6910992c 100644 (file)
@@ -218,5 +218,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3\'üncü', 'Jan  9 2012 should be week 3');
 });
 
-
-
index a670b865d80d87e9691b79f17a45f631a13ea591..18427a9609ebdf3eb38292007496887ab6306719 100644 (file)
@@ -211,5 +211,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2.', 'Jan 15 2012 should be week 2');
 });
 
-
-
index df1bb2838477e2a1918fa94c7947503b7903809b..fd358955c0e9cc9e575e4b746c008893f8d12474 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '3 03 3', 'Jan 14 2012 should be week 3');
 });
 
-
-
index 8da56f80002fa1e44f476fda7dfdd0228fdd4136..d5e4e264955930f60ea0e07ea548e4aa7d766f0a 100644 (file)
@@ -207,5 +207,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0, 14]).format('w ww wo'), '3 03 3', 'Jan 14 2012 should be week 3');
 });
 
-
-
index 32d9cb37248661cb3c2b3bb071f75a49449ebe56..a2a2f22d062b3c1fa3f2a5cb14785005b29355b8 100644 (file)
@@ -240,5 +240,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3-й', 'Jan  9 2012 should be week 3');
 });
 
-
-
index d13ee6b7df89a9cb764ad02da9a5cb80e1595142..d9cafa1899604e74e3de800a1263e03b3b5742f7 100644 (file)
@@ -208,5 +208,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '3 03 3', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 8b71b1eabb9e5d6e4817d4174946f8217501ae97..b3f0b84a13998b47b9be45f360828c5424b53572 100644 (file)
@@ -218,5 +218,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'),   '2 02 2', 'Jan 15 2012 should be week 2');
 });
 
-
-
index 7039d2212e1a98d5769cd389524c471096f089cc..db654f8308177d32fdafe42b5e7511811c08a5bd 100644 (file)
@@ -202,8 +202,6 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 14]).format('w ww wo'), '2 02 2周', 'Jan 14 2012 应该是第 2周');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {
index d619a6c42f87b004c816029db49dd3592047292a..4338e4d7bbf7378fa8b4c6d5297b89d27a342e4f 100644 (file)
@@ -187,8 +187,6 @@ test('weeks year starting sunday format', function (assert) {
     assert.equal(moment([2012, 0, 15]).format('w ww wo'), '3 03 3週', 'Jan 15 2012 應該是第 3週');
 });
 
-
-
 test('meridiem invariant', function (assert) {
     var h, m, t1, t2;
     for (h = 0; h < 24; ++h) {