]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix Python brace format test for added argument.
authorDaiki Ueno <ueno@gnu.org>
Wed, 1 May 2013 21:47:27 +0000 (06:47 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 1 May 2013 21:47:48 +0000 (06:47 +0900)
gettext-tools/tests/ChangeLog
gettext-tools/tests/format-python-brace-2

index 0a1c5d1bac4daaaffeb7f7b45601d3f13469ee5e..d90aeb76af5131cac0ec548b0986edf97bc88894 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-02  Daiki Ueno  <ueno@gnu.org>
+
+       * format-python-brace-2: Fix test for added argument.
+
 2013-04-26  Daiki Ueno  <ueno@gnu.org>
 
        Support for Python brace format.
index 734baa3b0c05eb7592a5496a33c5a69aad1d8df3..9f8f8beb1c6e9c05a151cf2afd12d78716dd4af2 100755 (executable)
@@ -19,7 +19,7 @@ msgstr "xyz{x1}"
 # Invalid: missing argument
 msgid  "abc{x1}def{x2}"
 msgstr "xyz{x2}"
-# Valid: added argument (valid since "{zoo}" expands to itself)
+# Invalid: added argument
 msgid  "abc{foo}def"
 msgstr "xyz{foo}uvw{zoo}"
 # Valid: multiple reuse of same argument