* xgettext-vala-1: Test empty literals that do not affect the
following lines.
+2014-07-14 Daiki Ueno <ueno@gnu.org>
+
+ tests: Test empty literals in Vala test
+ * xgettext-vala-1: Test empty literals that do not affect the
+ following lines.
+
2014-07-14 Daiki Ueno <ueno@gnu.org>
tests: Test for AC_CONFIG_AUX_DIR usage in autopoint test
int main (string[] args) {
var s1 = "Simple string, " + " no gettext needed";
var c1 = '\'';
+ var empty = "";
// This is a C++ style comment
var s2 = _("Extract this first string");
var s3 = "Prefix _(" + _("Extract this second string") + ") Postfix";
+ var empty_verbatim = """""";
if (args[0] == _("Extract this thirth string")) {
/* _("This is a comment and must not be extracted!") */
}