+2009-06-06 Bruno Haible <bruno@clisp.org>
+
+ * xgettext-perl-1: Add test of // operator.
+
2009-05-29 Bruno Haible <bruno@clisp.org>
* msgfmt-10: Update after msgfmt's error message changed.
If you have gettext()'d foo bar test3'...
=cut
+gettext "Before slash-slash";
+print $foo // 'undef';
+gettext "After slash-slash";
+
__END__
gettext "Discarded!";
EOF
#, perl-format, no-perl-brace-format
msgid "Left as an %exercise to {maintainer}."
msgstr ""
+
+#: xg-pl-1.pl:138
+msgid "Before slash-slash"
+msgstr ""
+
+#: xg-pl-1.pl:140
+msgid "After slash-slash"
+msgstr ""
EOF
: ${DIFF=diff}