+2008-08-16 Bruno Haible <bruno@clisp.org>
+
+ * xgettext-python-1: Test that strings inside [ ] are not extracted for
+ an outer gettext call.
+
2008-08-15 Bruno Haible <bruno@clisp.org>
* format-python-2: Check that %.0s normally behaves like %s.
# interpret_ansic = false, interpret_unicode = true
_(ur"abc\
\\def\'ghi\"jkl\a\b\f\n\r\t\v x\040x\x7ey\u0142\U00010123\N{LATIN SMALL LETTER Z}");
+
+# This will not be extracted.
+_(CATEGORIES["default"]["name"]);
EOF
tmpfiles="$tmpfiles xg-py-1.err xg-py-1.tmp xg-py-1.pot"