f13e950
--- ./gettext-tools/tests/xgettext-php-1.orig     2006-11-27 18:02:11.000000000 +0100
f13e950
+++ ./gettext-tools/tests/xgettext-php-1 2007-03-18 16:03:40.000000000 +0100
f13e950
@@ -7,7 +7,7 @@
f13e950
f13e950
 tmpfiles="$tmpfiles xg-ph-1.php"
f13e950
 cat <<EOF > xg-ph-1.php
f13e950
-
f13e950
+
f13e950
 // This comment will not be extracted.
f13e950
 echo _("help");
f13e950
 //  TRANSLATORS: This is an extracted comment.
f13e950
--- ./gettext-tools/tests/xgettext-php-2.orig     2006-05-15 14:23:49.000000000 +0200
f13e950
+++ ./gettext-tools/tests/xgettext-php-2 2007-03-18 16:03:52.000000000 +0100
f13e950
@@ -7,7 +7,7 @@
f13e950
f13e950
 tmpfiles="$tmpfiles xg-ph-2.php"
f13e950
 cat <<EOF > xg-ph-2.php
f13e950
-
f13e950
+
f13e950
 echo _("Egyptians");
f13e950
 echo <<
f13e950
 Ramses
f13e950
--- ./gettext-tools/tests/lang-php.orig      2006-11-27 18:02:08.000000000 +0100
f13e950
+++ ./gettext-tools/tests/lang-php  2007-03-18 16:04:42.000000000 +0100
f13e950
@@ -9,7 +9,7 @@
f13e950
f13e950
 tmpfiles="$tmpfiles prog.php"
f13e950
 cat <<\EOF > prog.php
f13e950
-
f13e950
+
f13e950
   setlocale (LC_ALL, "");
f13e950
   textdomain ("prog");
f13e950
   bindtextdomain ("prog", ".");