Home | History | Annotate | Download | only in test

Lines Matching full:decimal_point

845             'decimal_point' : '.',
851 'decimal_point' : ',',
857 'decimal_point' : ',',
863 'decimal_point' : '&',
914 decimal_point = locale.localeconv()['decimal_point']
916 if decimal_point != '\xd9\xab':
918 '({!r} not {!r})'.format(decimal_point, '\xd9\xab'))