This commit is contained in:
Kovid Goyal 2014-06-30 13:19:17 +05:30
parent c47ed6666a
commit 77b1bed553

View File

@ -560,8 +560,7 @@ if __name__ == '__main__': # tests {{{
), ),
( # An e-book ISBN not on Amazon, one of the authors is ( # An e-book ISBN not on Amazon, one of the authors is unknown to Amazon
# unknown to Amazon
{'identifiers':{'isbn': '9780307459671'}, {'identifiers':{'isbn': '9780307459671'},
'title':'Invisible Gorilla', 'authors':['Christopher Chabris']}, 'title':'Invisible Gorilla', 'authors':['Christopher Chabris']},
[title_test('The Invisible Gorilla: And Other Ways Our Intuitions Deceive Us', exact=True)] [title_test('The Invisible Gorilla: And Other Ways Our Intuitions Deceive Us', exact=True)]