This commit is contained in:
Kovid Goyal 2017-03-03 12:44:35 +05:30
parent c7b753c469
commit 01d6e2ffda

View File

@ -1408,7 +1408,7 @@ if __name__ == '__main__': # tests {{{
( # # in title ( # # in title
{'title': 'Expert C# 2008 Business Objects', {'title': 'Expert C# 2008 Business Objects',
'authors': ['Lhotka']}, 'authors': ['Lhotka']},
[title_test('Expert C# 2008 Business Objects'), [title_test('Expert C#'),
authors_test(['Rockford Lhotka']) authors_test(['Rockford Lhotka'])
] ]
), ),