Changeset 5605
- Timestamp:
- 06/26/09 11:21:08 (3 years ago)
- Location:
- trunk/Locale-Msgfmt/t
- Files:
-
- 3 added
- 1 deleted
- 1 edited
- 1 moved
-
msgfmt.t (modified) (2 diffs)
-
samples/context.mo (added)
-
samples/context.po (moved) (moved from trunk/Locale-Msgfmt/t/samples/features.po) (1 diff)
-
samples/features.mo (deleted)
-
samples/ngettext.mo (added)
-
samples/ngettext.po (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Locale-Msgfmt/t/msgfmt.t
r5604 r5605 1 1 #!perl 2 2 3 use Test::More tests => 2;3 use Test::More tests => 3; 4 4 5 5 use Locale::Msgfmt; … … 33 33 TODO: { 34 34 local $TODO = "not yet implemented"; 35 do_one_test("features"); 35 do_one_test("context"); 36 do_one_test("ngettext"); 36 37 } 37 38 } -
trunk/Locale-Msgfmt/t/samples/context.po
r5604 r5605 7 7 msgstr "baz" 8 8 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.
