Issue #25809: Merge French locale test from 3.5

This commit is contained in:
Martin Panter 2015-12-12 07:13:10 +00:00
commit 58ea9104fb

View file

@ -67,7 +67,9 @@ def setUpModule():
known_numerics = { known_numerics = {
'en_US': ('.', ','), 'en_US': ('.', ','),
'de_DE' : (',', '.'), 'de_DE' : (',', '.'),
'fr_FR.UTF-8' : (',', ' '), # The French thousands separator may be a breaking or non-breaking space
# depending on the platform, so do not test it
'fr_FR' : (',', ''),
'ps_AF': ('\u066b', '\u066c'), 'ps_AF': ('\u066b', '\u066c'),
} }