Closed
Description
Bug report
Bug description:
$ ./python -m test -v test_gettext -m PluralFormsTestCase
...
======================================================================
FAIL: test_plural_context_forms1 (test.test_gettext.PluralFormsTestCase.test_plural_context_forms1)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_gettext.py", line 330, in test_plural_context_forms1
eq(x, 'Hay %s fichero (context)')
AssertionError: 'There is %s file' != 'Hay %s fichero (context)'
- There is %s file
+ Hay %s fichero (context)
======================================================================
FAIL: test_plural_context_forms2 (test.test_gettext.PluralFormsTestCase.test_plural_context_forms2)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_gettext.py", line 359, in test_plural_context_forms2
eq(x, 'Hay %s fichero (context)')
AssertionError: 'There is %s file' != 'Hay %s fichero (context)'
- There is %s file
+ Hay %s fichero (context)
======================================================================
FAIL: test_plural_forms1 (test.test_gettext.PluralFormsTestCase.test_plural_forms1)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_gettext.py", line 320, in test_plural_forms1
eq(x, 'Hay %s fichero')
AssertionError: 'There is %s file' != 'Hay %s fichero'
- There is %s file
+ Hay %s fichero
CPython versions tested on:
3.11, 3.12, CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done