From: Bruno Haible Date: Tue, 31 Dec 2024 16:03:56 +0000 (+0100) Subject: When reading PO files, treat CRLF line terminators like LF, part 2. X-Git-Tag: v0.24~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b3b5da63ab8a37d7f30c422cdd62b03e47ee1c6;p=thirdparty%2Fgettext.git When reading PO files, treat CRLF line terminators like LF, part 2. * gettext-tools/tests/Makefile.am (EXTRA_DIST): Add testdata/crlf.pot. --- diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index d4a880fb0..8408fce9c 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -261,6 +261,7 @@ EXTRA_DIST += init.sh init.cfg $(TESTS) \ xgettext-1 \ xgettext-c-1 xg-c-comment-6.c xg-c-escape-3.c xg-vala-2.vala \ common/supplemental/plurals.xml \ + testdata/crlf.pot \ testdata/nonascii.pot \ testdata/tcltest_pl.po testdata/tcltest_pl.msg \ testdata/tcltest_cs.po testdata/tcltest_cs.msg \