mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
afebdabbf1
commit
2828ba5276
@ -354,10 +354,10 @@ if __name__ == '__main__': # tests {{{
|
|||||||
exact=True), authors_test(['Dan Brown'])]
|
exact=True), authors_test(['Dan Brown'])]
|
||||||
),
|
),
|
||||||
|
|
||||||
( # No specific problems
|
( # No ISBN
|
||||||
{'identifiers':{'isbn': '0743273567'}},
|
{'title':'Justine', 'authors':['Durrel']},
|
||||||
[title_test('The great gatsby', exact=True),
|
[title_test('Justine', exact=True),
|
||||||
authors_test(['Francis Scott Fitzgerald'])]
|
authors_test(['Lawrence Durrel'])]
|
||||||
),
|
),
|
||||||
|
|
||||||
( # A newer book
|
( # A newer book
|
||||||
|
Loading…
x
Reference in New Issue
Block a user