Reported by Koen Dergent at <http://savannah.gnu.org/bugs/?39458>.
* x-lua.c (extract_balanced): Skip stray '..'.
+2013-07-11 Daiki Ueno <ueno@gnu.org>
+
+ Fix crash when parsing '..' with non-string argument.
+ Reported by Koen Dergent at <http://savannah.gnu.org/bugs/?39458>.
+ * x-lua.c (extract_balanced): Skip stray '..'.
+
2013-06-27 Daiki Ueno <ueno@gnu.org>
* x-python.c (phase5_pushback): Increment size to 2.
continue;
case token_type_dot:
+ case token_type_doubledot:
case token_type_operator1:
case token_type_operator2:
case token_type_number:
+2013-07-11 Daiki Ueno <ueno@gnu.org>
+
+ * xgettext-lua-1: Add test case for string concatenation.
+
2013-07-10 Daiki Ueno <ueno@gnu.org>
gettext-tools: convert tests to use init.sh from Gnulib
print(_("\097"))
print(_("\x3F\z
\x2a"))
+print(_("abc" .. "def"))
+print(speed / 1000 .. 'Mbps')
EOF
tmpfiles="$tmpfiles xg-lu-1.tmp.po xg-lu-1.po"
msgid "?*"
msgstr ""
+
+msgid "abcdef"
+msgstr ""
EOF
: ${DIFF=diff}