MCPcopy
hub / github.com/skywind3000/ECDICT / test6

Function test6

dictutils.py:1051–1058  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

dictutils.pyFile · 0.85

Calls 2

_generate_htmlMethod · 0.80
encodeMethod · 0.80

Tested by

no test coverage detected