()
| 1049 | treasure.compile_mdx(db, home + name1, home + name2) |
| 1050 | |
| 1051 | def test6(): |
| 1052 | db = stardict.open_local('ultimate.db') |
| 1053 | data = db['sting'] |
| 1054 | data['translation'] += u'\n> hahahah\n[网络] 你好' |
| 1055 | import StringIO |
| 1056 | sio = StringIO.StringIO() |
| 1057 | generator._generate_html(sio, data) |
| 1058 | print sio.getvalue().encode('gbk', 'ignore') |
| 1059 | |
| 1060 | test6() |
| 1061 |
no test coverage detected