Changeset 5605


Ignore:
Timestamp:
06/26/09 11:21:08 (3 years ago)
Author:
ryan52
Message:

split the two tests

Location:
trunk/Locale-Msgfmt/t
Files:
3 added
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/t/msgfmt.t

    r5604 r5605  
    11#!perl 
    22 
    3 use Test::More tests => 2; 
     3use Test::More tests => 3; 
    44 
    55use Locale::Msgfmt; 
     
    3333  TODO: { 
    3434      local $TODO = "not yet implemented"; 
    35       do_one_test("features"); 
     35      do_one_test("context"); 
     36      do_one_test("ngettext"); 
    3637    } 
    3738} 
  • trunk/Locale-Msgfmt/t/samples/context.po

    r5604 r5605  
    77msgstr "baz" 
    88 
    9 msgid "thing" 
    10 msgid_plural "things" 
    11 msgstr[0] "1 foo" 
    12 msgstr[1] "%s foos" 
    13  
Note: See TracChangeset for help on using the changeset viewer.