+2013-06-27 Daiki Ueno <ueno@gnu.org>
+
+ * x-python.c (phase5_pushback): Increment size to 2.
+
2013-06-25 Daiki Ueno <ueno@gnu.org>
Fix handling of \u escape sequences in Tcl.
/* Number of pending open parentheses/braces/brackets. */
static int open_pbb;
-static token_ty phase5_pushback[1];
+static token_ty phase5_pushback[2];
static int phase5_pushback_length;
static void
+2013-06-27 Daiki Ueno <ueno@gnu.org>
+
+ * xgettext-python-1: Test non-literal string concatenation with
+ '+' to the test script.
+
2013-06-25 Daiki Ueno <ueno@gnu.org>
Fix handling of \u escape sequences in Tcl.
# string concatenation
_("abc" "def" + "ghi"
-"jkl")
+"jkl" + mno)
EOF
tmpfiles="$tmpfiles xg-py-1.err xg-py-1.tmp xg-py-1.pot"