summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-02-24 21:23:37 -0600
committerJesse Luehrs <doy@tozt.net>2010-02-24 22:42:42 -0600
commita2855ff136611cedfac668f685902e3567240b57 (patch)
treec2b835dad610a138a9791a6fa2fd0c0543add646 /t/data
parentf0a9c930a9e16efb964190cdb9059610668b098e (diff)
downloadlocale-pofilemanager-a2855ff136611cedfac668f685902e3567240b57.tar.gz
locale-pofilemanager-a2855ff136611cedfac668f685902e3567240b57.zip
tests for preserving comments
Diffstat (limited to 't/data')
-rw-r--r--t/data/003/de.po22
-rw-r--r--t/data/003/en.po27
2 files changed, 49 insertions, 0 deletions
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