From a2855ff136611cedfac668f685902e3567240b57 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 24 Feb 2010 21:23:37 -0600 Subject: tests for preserving comments --- t/data/003/de.po | 22 ++++++++++++++++++++++ t/data/003/en.po | 27 +++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 t/data/003/de.po create mode 100644 t/data/003/en.po (limited to 't/data') diff --git a/t/data/003/de.po b/t/data/003/de.po new file mode 100644 index 0000000..6e82f0d --- /dev/null +++ b/t/data/003/de.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# erste Kapitel + +msgid "foo" +msgstr "oof" + +# Übersetzung für bar +msgid "bar" +msgstr "rab" + +# zweite Kapitel + +msgid "baz" +msgstr "zab" + + +# etwas zu machen diff --git a/t/data/003/en.po b/t/data/003/en.po new file mode 100644 index 0000000..825f817 --- /dev/null +++ b/t/data/003/en.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# first section + +msgid "foo" +msgstr "foo" + +msgid "quux" +msgstr "quux" + +# stuff for bar +msgid "bar" +msgstr "bar" + +# second section + +msgid "baz" +msgstr "baz" + +msgid "quuux" +msgstr "quuux" + +# stuff to do -- cgit v1.2.3-54-g00ecf