mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:53:38 +02:00
...
This commit is contained in:
parent
6c5db6b259
commit
56d0a8524c
1 changed files with 2 additions and 1 deletions
|
|
@ -305,7 +305,8 @@ def test_strcmp(entries):
|
|||
print
|
||||
|
||||
print '\nTesting primary collation'
|
||||
for k, v in {u'pèché': u'peche', u'flüße':u'flusse'}.iteritems():
|
||||
for k, v in {u'pèché': u'peche', u'flüße':u'flusse',
|
||||
u'Štepánek':u'Štepanek'}.iteritems():
|
||||
if primary_strcmp(k, v) != 0:
|
||||
print 'primary_strcmp() failed with %s != %s'%(k, v)
|
||||
if primary_find(v, u' '+k)[0] != 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue