test/testlib/ngettext.rb in gettext-2.0.4 vs test/testlib/ngettext.rb in gettext-2.1.0

- old
+ new

@@ -65,10 +65,15 @@ n_("ooo", "ppp", 1) end def test_11 n_("qqq", "rrr", 1) - n_("qqq", "sss", 1) # This is merged to "qqq\000rrr". + n_("qqq", "sss", 1) # This is merged to "qqq" with plural form "rrr". end + def extracted_comments + # TRANSLATORS:please provide translations for all + # the plural forms! + n_('comment', 'comments', 2) + end end