There was an error while loading. Please reload this page.
1 parent ea4a675 commit 0a94c74Copy full SHA for 0a94c74
test/test_pdftables_api.py
@@ -39,6 +39,8 @@ def test_unmodified(self):
39
Client.ensure_format_ext('foo.xlsx', 'xlsx-multiple'))
40
self.assertEqual(('foo.xml', 'xml'),
41
Client.ensure_format_ext('foo.xml', 'xml'))
42
+ self.assertEqual(('foo.html', 'html'),
43
+ Client.ensure_format_ext('foo.html', 'html'))
44
45
def test_missing_format(self):
46
self.assertEqual(('foo.xlsx', 'xlsx-multiple'),
0 commit comments