For Moldavian $count % 100 < 20 is not 'few' form, but $count % 100 in 1..19 is few...
authorSanthosh Thottingal <santhosh@users.mediawiki.org>
Mon, 30 Jan 2012 11:34:36 +0000 (11:34 +0000)
committerSanthosh Thottingal <santhosh@users.mediawiki.org>
Mon, 30 Jan 2012 11:34:36 +0000 (11:34 +0000)
commit4f2eaa8d803d6c710f3f2164d40f77c449f1c744
treee5816b98df8789c27bf0840e58afd03d2b822883
parent96e0cbb9b66be548955763c97ae77c3f5bb314aa
For Moldavian $count % 100 < 20 is not 'few' form, but $count % 100 in 1..19 is few form.
This was causing 200 considered as 'few' form, while it should be 'other' form as per
http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html#mo

Add phpunit test cases for LanguageMo plural rules
languages/classes/LanguageMo.php
tests/phpunit/languages/LanguageMoTest.php [new file with mode: 0644]